mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Remove erroneous and extraneous alloc import from edwards module.
The "alloc" feature doesn't compile otherwise. * FIXES #160.
This commit is contained in:
parent
87a1815b40
commit
46c98224f5
1 changed files with 0 additions and 3 deletions
|
|
@ -90,9 +90,6 @@
|
||||||
// affine and projective cakes and eat both of them too.
|
// affine and projective cakes and eat both of them too.
|
||||||
#![allow(non_snake_case)]
|
#![allow(non_snake_case)]
|
||||||
|
|
||||||
#[cfg(feature = "alloc")]
|
|
||||||
use alloc::Vec;
|
|
||||||
|
|
||||||
use core::fmt::Debug;
|
use core::fmt::Debug;
|
||||||
use core::iter::Iterator;
|
use core::iter::Iterator;
|
||||||
use core::ops::{Add, Sub, Neg};
|
use core::ops::{Add, Sub, Neg};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue