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