Remove now unused core::clone::Clone from scalar.

This commit is contained in:
Isis Lovecruft 2017-01-27 02:16:30 +00:00
parent 366e9029bf
commit 1e7199dcc4
Failed to extract signature

View file

@ -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")]