diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 5df4f981..f17ea5a0 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -5,9 +5,9 @@ use clap::{App, AppSettings, Arg, ArgMatches}; use hashbrown::HashMap; use hashbrown::HashSet; use lazy_static::lazy_static; +use regex::Regex; use std::io::BufWriter; use std::sync::RwLock; -use regex::Regex; lazy_static! { pub static ref CONFIG: RwLock = RwLock::new(ConfigReader::new()); pub static ref LEVELMAP: HashMap = {