[ci] Fix or ignore clippy warnings for all optional features except compact_filters
This commit is contained in:
@@ -322,7 +322,7 @@ impl BatchDatabase for AnyDatabase {
|
||||
}
|
||||
fn commit_batch(&mut self, batch: Self::Batch) -> Result<(), Error> {
|
||||
// TODO: refactor once `move_ref_pattern` is stable
|
||||
|
||||
#[allow(irrefutable_let_patterns)]
|
||||
match self {
|
||||
AnyDatabase::Memory(db) => {
|
||||
if let AnyBatch::Memory(batch) = batch {
|
||||
|
||||
Reference in New Issue
Block a user