merged use

This commit is contained in:
DastInDark
2022-09-28 01:15:59 +09:00
parent e411dda696
commit fde482696a

View File

@@ -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)]