Skip to content

Commit

Permalink
Allow redundant else clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi committed Feb 1, 2021
1 parent bf90d1f commit cff98f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#![warn(clippy::pedantic)]
#![allow(clippy::match_bool)]
#![allow(clippy::redundant_closure_for_method_calls)]
#![allow(clippy::redundant_else)]

pub use asteracea_proc_macro_definitions::{bump_format, component, fragment, trace_escalations};
pub use lignin;
Expand Down

0 comments on commit cff98f4

Please sign in to comment.