From 034d26cecfd170c1905036719552d0283767f781 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 15 Jun 2022 09:58:22 +0900 Subject: [PATCH] fixed warnings --- src/timeline/statistics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline/statistics.rs b/src/timeline/statistics.rs index b1242fe8..3ae81b9a 100644 --- a/src/timeline/statistics.rs +++ b/src/timeline/statistics.rs @@ -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)]