From d1553e3ab1cf8642e063c82ff3b97764e95e664d Mon Sep 17 00:00:00 2001 From: Alan Smithee Date: Sun, 27 Feb 2022 21:02:43 +0900 Subject: [PATCH] changed crate load together --- src/main.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index 533b6e73..640cfcf7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,11 +9,9 @@ use chrono::{DateTime, Local}; use evtx::{EvtxParser, ParserSettings}; use git2::Repository; use hayabusa::detections::detection::{self, EvtxRecordInfo}; -use hayabusa::detections::print::AlertMessage; -use hayabusa::detections::print::ERROR_LOG_PATH; -use hayabusa::detections::print::ERROR_LOG_STACK; -use hayabusa::detections::print::QUIET_ERRORS_FLAG; -use hayabusa::detections::print::STATISTICS_FLAG; +use hayabusa::detections::print::{ + AlertMessage, ERROR_LOG_PATH, ERROR_LOG_STACK, QUIET_ERRORS_FLAG, STATISTICS_FLAG, +}; use hayabusa::detections::rule::{get_detection_keys, RuleNode}; use hayabusa::filter; use hayabusa::omikuji::Omikuji;