Skip to content

Commit 0e893a5

Browse files
committed
Merge rust-bitcoin#5092: chore: remove obsolete clippy lint configuration
920c860 chore: remove obsolete clippy lint configuration (sent deed) Pull request description: Drop the match_on_vec_items override from consensus_encoding/Cargo.toml because the lint no longer exists in Clippy, eliminating spurious warnings without affecting behavior. ACKs for top commit: apoelstra: ACK 920c860; successfully ran local tests Tree-SHA512: 82a2057536f27d39db8dcbfafa3304f2c0ca59500209750304b59b17b2f271492ddeb1c6c5634ae6210d8a05c3a7bb04c8219761f548d4b12e2846b6bcea3599
2 parents 25ef68a + 920c860 commit 0e893a5

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)