We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unused_imports
sync
1 parent 9e5c40d commit 8042dbcCopy full SHA for 8042dbc
spdlog/src/sync.rs
@@ -1,3 +1,5 @@
1
+#![allow(unused_imports)]
2
+
3
pub use std::sync::{
4
Arc, Condvar, Mutex, MutexGuard, RwLock, RwLockReadGuard, RwLockWriteGuard, Weak,
5
};
0 commit comments