We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bb0b1 commit 73e250aCopy full SHA for 73e250a
src/layout/ranked.rs
@@ -5,6 +5,9 @@
5
//! array, whether known statically (via [`Dimensionality`]) or only at runtime. Blanket
6
//! implementations are provided for common pointer and container types.
7
8
+use alloc::boxed::Box;
9
+use alloc::vec::Vec;
10
+
11
use crate::{
12
layout::dimensionality::{Dimensionality, D1},
13
ArrayBase,
0 commit comments