Skip to content

Commit

Permalink
Clippy: Allow struct_excessive_bools
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jul 1, 2024
1 parent 8280ae4 commit 4679799
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 @@ -53,6 +53,7 @@ ignored_unit_patterns = "allow" # Not a fan of this lint, doesn't make any
needless_return = "allow" # Explicit returns are needed from time to time for clarity
redundant_guards = "allow" # Currently broken for some cases, might enable later
into_iter_without_iter = "allow" # This is only going to fire on some internal types, doesn't matter much
struct_excessive_bools = "allow" # I have yet to find one case of this being useful

[workspace.lints.rustdoc]
broken_intra_doc_links = "deny"
Expand Down

0 comments on commit 4679799

Please sign in to comment.