Remove allow(clippy::wildcard_imports) (#450)

master
Stanislav Tkach 4 years ago committed by GitHub
parent 5a35cb7262
commit afe0f7dca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/compaction_filter_factory.rs

@ -85,7 +85,6 @@ where
}
#[cfg(test)]
#[allow(clippy::wildcard_imports)]
mod tests {
use super::*;
use crate::compaction_filter::Decision;

Loading…
Cancel
Save