mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-07 20:12:20 +08:00
Use #[expect(lint)] where possible
This commit is contained in:
@@ -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")]
|
||||
|
Reference in New Issue
Block a user