fixed clippy error

This commit is contained in:
DustInDark
2022-06-16 19:00:42 +09:00
parent 3bcdc6208f
commit a09768b711
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ use hashbrown;
use hashbrown::HashMap;
use serde_json::Value;
use std::fmt::Write;
use std::path::PathBuf;
use std::path::Path;
use std::sync::Arc;
use tokio::{runtime::Runtime, spawn, task::JoinHandle};