fixed warnings

This commit is contained in:
DustInDark
2022-06-15 09:58:22 +09:00
parent 9843ff49a8
commit 034d26cecf

View File

@@ -1,5 +1,5 @@
use crate::detections::print::{LOGONSUMMARY_FLAG, STATISTICS_FLAG};
use crate::detections::{configs, detection::EvtxRecordInfo, utils};
use crate::detections::{detection::EvtxRecordInfo, utils};
use hashbrown::HashMap;
#[derive(Debug)]