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.
2 parents 6a513fc + 3f2da87 commit 14b04b2Copy full SHA for 14b04b2
build.rs
@@ -16,6 +16,7 @@ fn lotto_curve25519_dalek_bits() -> DalekBits {
16
let target_triplet = std::env::var("TARGET").unwrap();
17
let platform = platforms::Platform::find(&target_triplet).unwrap();
18
19
+ #[allow(clippy::match_single_binding)]
20
match platform.target_arch {
21
//Issues: 449 and 456
22
//TODO(Arm): Needs tests + benchmarks to back this up
0 commit comments