Skip to content

Commit 074d3ae

Browse files
committed
Remove default lint config options
Currently we are setting a bunch of lint config options to their default values, this is redundant.
1 parent 8b7b1f3 commit 074d3ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ assert_eq!(variant, Variant::Bech32);
3030
//!
3131
3232
#![deny(missing_docs)]
33-
#![deny(non_upper_case_globals)]
34-
#![deny(non_camel_case_types)]
35-
#![deny(non_snake_case)]
36-
#![deny(unused_mut)]
3733
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
3834

3935
#[cfg(feature = "alloc")]

0 commit comments

Comments
 (0)