Skip to content

Commit

Permalink
Merge pull request #478 from pinkforest/fix-clippy-is-my-bestie
Browse files Browse the repository at this point in the history
Fix clippy for build.rs
  • Loading branch information
rozbb authored Dec 13, 2022
2 parents 6a513fc + 3f2da87 commit 14b04b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fn lotto_curve25519_dalek_bits() -> DalekBits {
let target_triplet = std::env::var("TARGET").unwrap();
let platform = platforms::Platform::find(&target_triplet).unwrap();

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

0 comments on commit 14b04b2

Please sign in to comment.