diff --git a/src/state.rs b/src/state.rs index adbd0e22..b8e9b0c6 100644 --- a/src/state.rs +++ b/src/state.rs @@ -5,8 +5,8 @@ use std::collections::{HashMap, HashSet, VecDeque}; use std::io::Read; use std::path::Path; use std::sync::Arc; -use tokio::sync::Mutex; use tokio::fs; +use tokio::sync::Mutex; use crate::types::*;