mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-20 02:15:52 +08:00
Use #[expect(lint)] where possible
This commit is contained in:
@@ -37,7 +37,7 @@ impl LoadExtensionGuard<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(unused_must_use)]
|
||||
#[expect(unused_must_use)]
|
||||
impl Drop for LoadExtensionGuard<'_> {
|
||||
#[inline]
|
||||
fn drop(&mut self) {
|
||||
|
||||
Reference in New Issue
Block a user