NFC: Don't treat wasm32 differently w.r.t. dead-code warnings.
This commit is contained in:
parent
1c476cd20c
commit
65aa65d49a
@ -23,7 +23,6 @@ impl KeyPair {
|
|||||||
pub struct Seed {
|
pub struct Seed {
|
||||||
bytes: [u8; SEED_MAX_BYTES],
|
bytes: [u8; SEED_MAX_BYTES],
|
||||||
curve: &'static Curve,
|
curve: &'static Curve,
|
||||||
#[cfg_attr(target_arch = "wasm32", allow(dead_code))]
|
|
||||||
pub(crate) cpu_features: cpu::Features,
|
pub(crate) cpu_features: cpu::Features,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user