Merge pull request #161 from isislovecruft/fix/160-alloc-import

Fix alloc import
This commit is contained in:
Henry de Valence 2018-07-16 21:55:37 -07:00 committed by GitHub
commit e0b7af8957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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};