Skip to content

Commit 8042dbc

Browse files
committed
Allow clippy lint unused_imports for sync exports
1 parent 9e5c40d commit 8042dbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spdlog/src/sync.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused_imports)]
2+
13
pub use std::sync::{
24
Arc, Condvar, Mutex, MutexGuard, RwLock, RwLockReadGuard, RwLockWriteGuard, Weak,
35
};

0 commit comments

Comments
 (0)