diff --git a/src/detections/detection.rs b/src/detections/detection.rs index 42f7d727..d6264d01 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -27,8 +27,7 @@ use std::path::Path; use std::sync::Arc; use tokio::{runtime::Runtime, spawn, task::JoinHandle}; -use super::message; -use super::message::LEVEL_ABBR; +use super::message::{self, LEVEL_ABBR}; // イベントファイルの1レコード分の情報を保持する構造体 #[derive(Clone, Debug)]