mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Remove now unused core::clone::Clone from scalar.
This commit is contained in:
parent
366e9029bf
commit
1e7199dcc4
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
//! between two scalars, the `UnpackedScalar` struct is stored as
|
//! between two scalars, the `UnpackedScalar` struct is stored as
|
||||||
//! limbs.
|
//! limbs.
|
||||||
|
|
||||||
use core::clone::Clone;
|
|
||||||
use core::ops::{Index, IndexMut};
|
use core::ops::{Index, IndexMut};
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue