Skip to content

Commit 4299575

Browse files
committed
Remove allow(unknown_lints)
We do not have any unknown lints, I'm not even sure its possible to get them now that we have the MSRV in the clippy config file.
1 parent a3162ea commit 4299575

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ assert_eq!(variant, Variant::Bech32);
2929
)]
3030
//!
3131
32-
// Allow trait objects without dyn on nightly and make 1.22 ignore the unknown lint
33-
#![allow(unknown_lints)]
32+
// Allow trait objects without dyn on nightly.
3433
#![allow(bare_trait_objects)]
3534
#![deny(missing_docs)]
3635
#![deny(non_upper_case_globals)]

0 commit comments

Comments
 (0)