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 05f609a commit 2010d0cCopy full SHA for 2010d0c
bitcoin/Cargo.toml
@@ -79,3 +79,4 @@ needless_question_mark = "allow" # https://github.com/rust-bitcoin/rust-bitcoin/
79
manual_range_contains = "allow" # More readable than clippy's format.
80
precedence = "allow"
81
legacy_numeric_constants = "allow"
82
+match_like_matches_macro = "allow" # Just shoosh because we are about to EOL this version.
0 commit comments