Ver Fonte

Remove unused import.

Jing Yang há 5 anos atrás
pai
commit
d9a3aee7cb
1 ficheiros alterados com 1 adições e 1 exclusões
  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;