Skip to content

Commit 78d3547

Browse files
authored
Revert "Silence new clippy warning (#12208)" (#12279)
This reverts commit 9543b64.
1 parent b17c77b commit 78d3547

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/rust/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
// for complete details.
44

55
#![deny(rust_2018_idioms, clippy::undocumented_unsafe_blocks)]
6-
#![allow(
7-
unknown_lints,
8-
non_local_definitions,
9-
clippy::result_large_err,
10-
clippy::useless_conversion
11-
)]
6+
#![allow(unknown_lints, non_local_definitions, clippy::result_large_err)]
127

138
#[cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)]
149
use crate::error::CryptographyResult;

0 commit comments

Comments
 (0)