소스 검색

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;