Skip to content

Commit

Permalink
Allow clippy lint unused_imports for sync exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Feb 11, 2024
1 parent 9e5c40d commit 8042dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spdlog/src/sync.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unused_imports)]

pub use std::sync::{
Arc, Condvar, Mutex, MutexGuard, RwLock, RwLockReadGuard, RwLockWriteGuard, Weak,
};
Expand Down

0 comments on commit 8042dbc

Please sign in to comment.