Skip to content

Commit 9a4184b

Browse files
committed
FIX: Fix new file ndproducer for no-std
1 parent 69c14b2 commit 9a4184b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zip/ndproducer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
use crate::imp_prelude::*;
33
use crate::Layout;
44
use crate::NdIndex;
5+
#[cfg(not(features = "std"))]
6+
use alloc::vec::Vec;
57

68
/// Argument conversion into a producer.
79
///

0 commit comments

Comments
 (0)