Skip to content

Commit 1043457

Browse files
committed
Temporarily allow a new clippy warning (pyca#9835)
* Temporarily allow a new clippy warning * Update lib.rs * Update lib.rs
1 parent fca9b56 commit 1043457

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rust/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// for complete details.
44

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

79
mod asn1;
810
mod backend;

0 commit comments

Comments
 (0)