mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Remove unused import
This commit is contained in:
parent
e00cd114d7
commit
57c96616b9
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
|||
//! Based on Adam Langley's curve25519-donna and (Golang) ed25519
|
||||
//! implementations.
|
||||
|
||||
use core::clone::Clone;
|
||||
use core::fmt::Debug;
|
||||
use core::ops::{Add, AddAssign};
|
||||
use core::ops::{Sub, SubAssign};
|
||||
|
|
|
|||
Loading…
Reference in a new issue