Skip to content

Commit 6fd61c1

Browse files
committed
Fixes unused imports
1 parent 435a9e7 commit 6fd61c1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/alias_asref.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ use crate::{
44
Axis,
55
AxisDescription,
66
Dimension,
7-
LayoutRef,
87
NdIndex,
98
RawArrayView,
109
RawData,
1110
RawDataMut,
12-
RawRef,
1311
Slice,
1412
SliceArg,
1513
};

src/impl_owned_array.rs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use crate::dimension;
1313
use crate::error::{ErrorKind, ShapeError};
1414
use crate::iterators::Baseiter;
1515
use crate::low_level_util::AbortIfPanic;
16-
use crate::LayoutRef;
1716
use crate::OwnedRepr;
1817
use crate::Zip;
1918

0 commit comments

Comments
 (0)