Skip to content

Commit

Permalink
clippy: disable single_match_else lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Dec 23, 2024
1 parent 2f4038a commit 1d9828e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ match_bool = "allow"
missing_const_for_fn = "warn"
module_name_repetitions = "allow"
pedantic = { level = "warn", priority = -1 }
single_match_else = "allow"
trivially_copy_pass_by_ref = "warn"

[dependencies]
Expand Down

0 comments on commit 1d9828e

Please sign in to comment.