Skip to content

Commit

Permalink
Fixes unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Oct 26, 2024
1 parent 945f70d commit 93dfb38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/alias_asref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ use crate::{
Axis,
AxisDescription,
Dimension,
LayoutRef,
NdIndex,
RawArrayView,
RawData,
RawDataMut,
RawRef,
Slice,
SliceArg,
};
Expand Down
1 change: 0 additions & 1 deletion src/impl_owned_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use crate::dimension;
use crate::error::{ErrorKind, ShapeError};
use crate::iterators::Baseiter;
use crate::low_level_util::AbortIfPanic;
use crate::LayoutRef;
use crate::OwnedRepr;
use crate::Zip;

Expand Down

0 comments on commit 93dfb38

Please sign in to comment.