Jing Yang 5 лет назад
Родитель
Сommit
d9a3aee7cb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/config/mod.rs

+ 1 - 1
tests/config/mod.rs

@@ -3,7 +3,7 @@ use std::sync::Arc;
 use std::time::Instant;
 
 pub use anyhow::Result;
-use parking_lot::{Mutex, MutexGuard};
+use parking_lot::Mutex;
 use rand::{thread_rng, Rng};
 use tokio::time::Duration;