diff --git a/src/ec/keys.rs b/src/ec/keys.rs index 83917ed22..7831571f0 100644 --- a/src/ec/keys.rs +++ b/src/ec/keys.rs @@ -23,7 +23,6 @@ impl KeyPair { pub struct Seed { bytes: [u8; SEED_MAX_BYTES], curve: &'static Curve, - #[cfg_attr(target_arch = "wasm32", allow(dead_code))] pub(crate) cpu_features: cpu::Features, }