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 e2707a3 commit 056101eCopy full SHA for 056101e
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