Skip to content

Commit

Permalink
fix warning from latest nightly rust (pyca#10486)
Browse files Browse the repository at this point in the history
* fix warning from latest nightly rust

* Update lib.rs
  • Loading branch information
alex committed May 4, 2024
1 parent 8802c7e commit fda4231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// for complete details.

#![deny(rust_2018_idioms, clippy::undocumented_unsafe_blocks)]
#![allow(unknown_lints, non_local_definitions)]

use crate::error::CryptographyResult;
#[cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)]
Expand Down

0 comments on commit fda4231

Please sign in to comment.