mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove unused import of PartialEq and Eq in curve module.
This commit is contained in:
parent
78701d5441
commit
44e7d500db
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@
|
|||
use core::fmt::Debug;
|
||||
use core::iter::Iterator;
|
||||
use core::ops::{Add, Sub, Neg, Index};
|
||||
use core::cmp::{PartialEq, Eq};
|
||||
|
||||
use constants;
|
||||
use field::FieldElement;
|
||||
|
|
|
|||
Loading…
Reference in a new issue