Skip to content

Commit

Permalink
Temporarily allow a new clippy warning (#9835)
Browse files Browse the repository at this point in the history
* Temporarily allow a new clippy warning

* Update lib.rs

* Update lib.rs
  • Loading branch information
alex authored Nov 6, 2023
1 parent 9328745 commit 6c70257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// for complete details.

#![deny(rust_2018_idioms, clippy::undocumented_unsafe_blocks)]
// Work-around for https://github.com/PyO3/pyo3/issues/3561
#![allow(unknown_lints, clippy::unnecessary_fallible_conversions)]

mod asn1;
mod backend;
Expand Down

0 comments on commit 6c70257

Please sign in to comment.