From ca735817d4b17b84ac713cc6d0bbb095bde427de Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 20 Apr 2022 18:32:41 +0900 Subject: [PATCH] removed comment out import --- src/options/level_tuning.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/options/level_tuning.rs b/src/options/level_tuning.rs index 4aede5b8..c8cf6283 100644 --- a/src/options/level_tuning.rs +++ b/src/options/level_tuning.rs @@ -99,9 +99,6 @@ impl LevelTuning { #[cfg(test)] mod tests { - // use crate::{filter::RuleExclude, yaml}; - // use hashbrown::HashSet; - use super::*; #[test]