diff --git a/src/edwards.rs b/src/edwards.rs index 1fb4d07..7e15fce 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -90,9 +90,6 @@ // affine and projective cakes and eat both of them too. #![allow(non_snake_case)] -#[cfg(feature = "alloc")] -use alloc::Vec; - use core::fmt::Debug; use core::iter::Iterator; use core::ops::{Add, Sub, Neg};