We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cd60e commit 7fb1755Copy full SHA for 7fb1755
src/lib.rs
@@ -29,8 +29,7 @@ assert_eq!(variant, Variant::Bech32);
29
)]
30
//!
31
32
-// Allow trait objects without dyn on nightly and make 1.22 ignore the unknown lint
33
-#![allow(unknown_lints)]
+// Allow trait objects without dyn on nightly.
34
#![allow(bare_trait_objects)]
35
#![deny(missing_docs)]
36
#![deny(non_upper_case_globals)]
0 commit comments