Remove erroneous and extraneous alloc import from edwards module.

The "alloc" feature doesn't compile otherwise.

 * FIXES #160.
This commit is contained in:
Isis Lovecruft 2018-07-17 00:28:04 +00:00
parent 87a1815b40
commit 46c98224f5
Failed to extract signature

View file

@ -90,9 +90,6 @@
// affine and projective cakes and eat both of them too.
#![allow(non_snake_case)]
#[cfg(feature = "alloc")]
use alloc::Vec;
use core::fmt::Debug;
use core::iter::Iterator;
use core::ops::{Add, Sub, Neg};