Skip to content

Commit 920c860

Browse files
authored
chore: remove obsolete clippy lint configuration
1 parent b33216c commit 920c860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

consensus_encoding/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ manual_string_new = "warn"
9595
many_single_char_names = "warn"
9696
map_unwrap_or = "warn"
9797
match_bool = "allow" # Adds extra indentation and LOC.
98-
match_on_vec_items = "warn"
9998
match_same_arms = "allow" # Collapses things that are conceptually unrelated to each other.
10099
match_wild_err_arm = "warn"
101100
match_wildcard_for_single_variants = "warn"

0 commit comments

Comments
 (0)