Skip to content

Commit aaf276c

Browse files
committed
lib: remove some deny lints
None of these belong in lib.rs, but these in particular have been changed in rustc so that they now trigger on code that used to be okay. This prevents me from running tests with recent rustcs on backports.
1 parent 2c9d2e7 commit aaf276c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@
8282
#![deny(non_camel_case_types)]
8383
#![deny(non_snake_case)]
8484
#![deny(unused_mut)]
85-
#![deny(dead_code)]
86-
#![deny(unused_imports)]
87-
#![deny(missing_docs)]
8885
// Clippy lints that we have disabled
8986
#![allow(clippy::iter_kv_map)] // https://github.com/rust-lang/rust-clippy/issues/11752
9087

0 commit comments

Comments
 (0)