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 81b8201 commit a37819bCopy full SHA for a37819b
src/lib.rs
@@ -30,10 +30,6 @@ assert_eq!(variant, Variant::Bech32);
30
//!
31
32
#![deny(missing_docs)]
33
-#![deny(non_upper_case_globals)]
34
-#![deny(non_camel_case_types)]
35
-#![deny(non_snake_case)]
36
-#![deny(unused_mut)]
37
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
38
39
#[cfg(feature = "alloc")]
0 commit comments