Explorar el Código

Remove unused import.

Jing Yang hace 5 años
padre
commit
d9a3aee7cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;