We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ce4a5 commit 56f1705Copy full SHA for 56f1705
Cargo.toml
@@ -23,6 +23,7 @@ needless-raw-string-hashes = "allow"
23
pedantic = { level = "warn", priority = -1 }
24
similar_names = "allow"
25
single_match_else = "allow"
26
+struct_excessive_bools = "allow"
27
todo = "warn"
28
too_many_lines = "allow"
29
trivially_copy_pass_by_ref = "warn"
0 commit comments