mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge pull request #161 from isislovecruft/fix/160-alloc-import
Fix alloc import
This commit is contained in:
commit
e0b7af8957
1 changed files with 0 additions and 3 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Reference in a new issue