Skip to content

Commit

Permalink
allow single match globally
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 22, 2023
1 parent c43fc2f commit ed302c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/functions/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::single_match)]

pub mod about;
pub mod check;
pub mod groups;
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::single_match)]

pub mod functions;
pub mod hooks;
pub mod utils;
Expand Down

0 comments on commit ed302c9

Please sign in to comment.