Skip to content

Commit

Permalink
Temporarily allow a new clippy warning (pyca#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 committed Nov 27, 2023
1 parent fca9b56 commit 1043457
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)]
// 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 1043457

Please sign in to comment.