Skip to content

Commit fda4231

Browse files
committed
fix warning from latest nightly rust (pyca#10486)
* fix warning from latest nightly rust * Update lib.rs
1 parent 8802c7e commit fda4231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// for complete details.
44

55
#![deny(rust_2018_idioms, clippy::undocumented_unsafe_blocks)]
6+
#![allow(unknown_lints, non_local_definitions)]
67

78
use crate::error::CryptographyResult;
89
#[cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)]

0 commit comments

Comments
 (0)