We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33216c commit 920c860Copy full SHA for 920c860
consensus_encoding/Cargo.toml
@@ -95,7 +95,6 @@ manual_string_new = "warn"
95
many_single_char_names = "warn"
96
map_unwrap_or = "warn"
97
match_bool = "allow" # Adds extra indentation and LOC.
98
-match_on_vec_items = "warn"
99
match_same_arms = "allow" # Collapses things that are conceptually unrelated to each other.
100
match_wild_err_arm = "warn"
101
match_wildcard_for_single_variants = "warn"
0 commit comments