Skip to content

Commit

Permalink
fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Sep 4, 2022
1 parent bfdd68a commit 0c77385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Expand Up @@ -79,6 +79,9 @@
clippy::nursery,
clippy::cargo
)]
#![allow(
clippy::option_if_let_else, // I don't like it. The match expression is more readable.
)]

#[allow(unused_macros)]
macro_rules! group {
Expand Down

0 comments on commit 0c77385

Please sign in to comment.