mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Add missing conditional import for collection::Vec.
This commit is contained in:
parent
af7be4aad0
commit
fe58e81bbc
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@
|
||||||
// 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(not(feature = "std"))]
|
||||||
|
use collections::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