Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93dfb38

Browse files
committedOct 26, 2024··
Fixes unused imports
1 parent 945f70d commit 93dfb38

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎src/alias_asref.rs

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.