Skip to content

Commit 0b663a9

Browse files
committed
Remove multislice! macro
1 parent 5713d4f commit 0b663a9

File tree

3 files changed

+3
-380
lines changed

3 files changed

+3
-380
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,7 @@ pub use crate::dimension::IxDynImpl;
126126
pub use crate::dimension::NdIndex;
127127
pub use crate::error::{ErrorKind, ShapeError};
128128
pub use crate::indexes::{indices, indices_of};
129-
pub use crate::slice::{
130-
deref_raw_view_mut_into_view_mut_with_life, deref_raw_view_mut_into_view_with_life,
131-
life_of_view_mut, Slice, SliceInfo, SliceNextDim, SliceOrIndex,
132-
};
129+
pub use crate::slice::{Slice, SliceInfo, SliceNextDim, SliceOrIndex};
133130

134131
use crate::iterators::Baseiter;
135132
use crate::iterators::{ElementsBase, ElementsBaseMut, Iter, IterMut, Lanes, LanesMut};

0 commit comments

Comments
 (0)