We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8802c7e commit fda4231Copy full SHA for fda4231
src/rust/src/lib.rs
@@ -3,6 +3,7 @@
3
// for complete details.
4
5
#![deny(rust_2018_idioms, clippy::undocumented_unsafe_blocks)]
6
+#![allow(unknown_lints, non_local_definitions)]
7
8
use crate::error::CryptographyResult;
9
#[cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)]
0 commit comments