Skip to content

Commit 45d16db

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 18f14c0 commit 45d16db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ assert_eq!(variant, Variant::Bech32);
3232
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
3333
// Coding conventions
3434
#![deny(missing_docs)]
35-
#![deny(non_upper_case_globals)]
36-
#![deny(non_camel_case_types)]
37-
#![deny(non_snake_case)]
38-
#![deny(unused_mut)]
3935

4036
#[cfg(feature = "alloc")]
4137
extern crate alloc;

0 commit comments

Comments
 (0)