Skip to content

Commit 2010d0c

Browse files
committed
bitcoin: Allow match_like_matches_macro
We are about to EOL this version, no need to fix lint warnings right now.
1 parent 05f609a commit 2010d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitcoin/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ needless_question_mark = "allow" # https://github.com/rust-bitcoin/rust-bitcoin/
7979
manual_range_contains = "allow" # More readable than clippy's format.
8080
precedence = "allow"
8181
legacy_numeric_constants = "allow"
82+
match_like_matches_macro = "allow" # Just shoosh because we are about to EOL this version.

0 commit comments

Comments
 (0)