Skip to content

Commit 73e250a

Browse files
committed
Forgot use alloc statements for no-std
1 parent d0bb0b1 commit 73e250a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/layout/ranked.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
//! array, whether known statically (via [`Dimensionality`]) or only at runtime. Blanket
66
//! implementations are provided for common pointer and container types.
77
8+
use alloc::boxed::Box;
9+
use alloc::vec::Vec;
10+
811
use crate::{
912
layout::dimensionality::{Dimensionality, D1},
1013
ArrayBase,

0 commit comments

Comments
 (0)