瀏覽代碼

Remove unused import.

Jing Yang 5 年之前
父節點
當前提交
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;