mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-06 20:20:39 +00:00
Fix clippy for build.rs
This commit is contained in:
parent
42d8dbd42a
commit
3f2da879ba
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
|
@ -16,6 +16,7 @@ fn lotto_curve25519_dalek_bits() -> DalekBits {
|
||||||
let target_triplet = std::env::var("TARGET").unwrap();
|
let target_triplet = std::env::var("TARGET").unwrap();
|
||||||
let platform = platforms::Platform::find(&target_triplet).unwrap();
|
let platform = platforms::Platform::find(&target_triplet).unwrap();
|
||||||
|
|
||||||
|
#[allow(clippy::match_single_binding)]
|
||||||
match platform.target_arch {
|
match platform.target_arch {
|
||||||
//Issues: 449 and 456
|
//Issues: 449 and 456
|
||||||
//TODO(Arm): Needs tests + benchmarks to back this up
|
//TODO(Arm): Needs tests + benchmarks to back this up
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue