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

@@ -1,5 +1,4 @@
#![allow(non_snake_case, non_camel_case_types)]
#![cfg_attr(test, allow(deref_nullptr))] // https://github.com/rust-lang/rust-bindgen/issues/2066
#![expect(non_snake_case, non_camel_case_types)]
// force linking to openssl
#[cfg(feature = "bundled-sqlcipher-vendored-openssl")]