From fde482696ae50c8f121d852c7eed3269faceaf9f Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Wed, 28 Sep 2022 01:15:59 +0900 Subject: [PATCH] merged use --- src/detections/detection.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)]