Skip to content

Commit 9f1ebb9

Browse files
committed
Allow nonminimal_bool in unit test
We are explicitly testing various boolean statements, tell clippy to allow less than minimal statements.
1 parent 685444c commit 9f1ebb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/key.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,6 +2077,7 @@ mod test {
20772077

20782078
#[cfg(not(fuzzing))]
20792079
#[test]
2080+
#[allow(clippy::nonminimal_bool)]
20802081
fn pubkey_equal() {
20812082
let pk1 = PublicKey::from_slice(
20822083
&hex!("0241cc121c419921942add6db6482fb36243faf83317c866d2a28d8c6d7089f7ba"),

0 commit comments

Comments
 (0)