Skip to content

Commit 14b04b2

Browse files
authored
Merge pull request #478 from pinkforest/fix-clippy-is-my-bestie
Fix clippy for build.rs
2 parents 6a513fc + 3f2da87 commit 14b04b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ fn lotto_curve25519_dalek_bits() -> DalekBits {
1616
let target_triplet = std::env::var("TARGET").unwrap();
1717
let platform = platforms::Platform::find(&target_triplet).unwrap();
1818

19+
#[allow(clippy::match_single_binding)]
1920
match platform.target_arch {
2021
//Issues: 449 and 456
2122
//TODO(Arm): Needs tests + benchmarks to back this up

0 commit comments

Comments
 (0)