Skip to content

Commit

Permalink
Fix clippy if_not_else issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenba committed Mar 30, 2024
1 parent 9815e44 commit d2e9f19
Show file tree
Hide file tree
Showing 17 changed files with 601 additions and 602 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ path = "examples/clinfo.rs"

[lints.clippy]
enum_glob_use = "deny"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
nursery = "deny"
pedantic = "deny"
missing_errors_doc = "allow"
if_not_else = "allow"
unwrap_used = "deny"
Loading

0 comments on commit d2e9f19

Please sign in to comment.