Skip to content

Commit

Permalink
chore: remove "deny" macros which are just keep breaking everything
Browse files Browse the repository at this point in the history
such a bullshit from the rust compiler devs...
  • Loading branch information
dr-orlovsky committed Aug 1, 2024
1 parent e81c308 commit 398d3fc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@
//! Amplifying Rust language capabilities: multiple generic trait
//! implementations, type wrappers, derive macros.

#![recursion_limit = "256"]
#![deny(
non_upper_case_globals,
non_camel_case_types,
non_snake_case,
unused_mut,
unused_imports,
missing_docs,
dead_code
)]

#[macro_use]
extern crate quote;
#[macro_use]
Expand Down

0 comments on commit 398d3fc

Please sign in to comment.