We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435a9e7 commit 6fd61c1Copy full SHA for 6fd61c1
src/alias_asref.rs
@@ -4,12 +4,10 @@ use crate::{
4
Axis,
5
AxisDescription,
6
Dimension,
7
- LayoutRef,
8
NdIndex,
9
RawArrayView,
10
RawData,
11
RawDataMut,
12
- RawRef,
13
Slice,
14
SliceArg,
15
};
src/impl_owned_array.rs
@@ -13,7 +13,6 @@ use crate::dimension;
use crate::error::{ErrorKind, ShapeError};
use crate::iterators::Baseiter;
use crate::low_level_util::AbortIfPanic;
16
-use crate::LayoutRef;
17
use crate::OwnedRepr;
18
use crate::Zip;
19
0 commit comments