diff --git a/src/scalar.rs b/src/scalar.rs index 5c38009..f98881b 100644 --- a/src/scalar.rs +++ b/src/scalar.rs @@ -29,7 +29,6 @@ //! between two scalars, the `UnpackedScalar` struct is stored as //! limbs. -use core::clone::Clone; use core::ops::{Index, IndexMut}; #[cfg(feature = "std")]