mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-19 14:28:58 +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