mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-18 21:53:33 +08:00
Ignore mutex_atomic
clippy lint
> This lint cannot detect if the mutex is actually used for waiting before a critical section.
This commit is contained in:
@@ -17,6 +17,7 @@ struct UnlockNotification {
|
||||
}
|
||||
|
||||
#[cfg(feature = "unlock_notify")]
|
||||
#[allow(clippy::mutex_atomic)]
|
||||
impl UnlockNotification {
|
||||
fn new() -> UnlockNotification {
|
||||
UnlockNotification {
|
||||
|
Reference in New Issue
Block a user