Use #[expect(lint)] where possible

This commit is contained in:
gwenn
2024-09-05 20:51:58 +02:00
parent 5464f4f386
commit a00acd23a6
23 changed files with 44 additions and 59 deletions

View File

@@ -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) {