mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +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.
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
use collections::Vec;
|
||||
|
||||
use core::fmt::Debug;
|
||||
use core::iter::Iterator;
|
||||
use core::ops::{Add, Sub, Neg};
|
||||
|
|
|
|||
Loading…
Reference in a new issue