mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +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
|
||||
//! limbs.
|
||||
|
||||
use core::clone::Clone;
|
||||
use core::ops::{Index, IndexMut};
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue