Skip to content

Commit d2750d1

Browse files
committed
Rename ndarray::si module -> ndarray::slice
1 parent 68d0efd commit d2750d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub use dimension::NdIndex;
105105
pub use dimension::IxDynImpl;
106106
pub use indexes::{indices, indices_of};
107107
pub use error::{ShapeError, ErrorKind};
108-
pub use si::{Si, S};
108+
pub use slice::{Si, S};
109109

110110
use iterators::Baseiter;
111111
use iterators::{ElementsBase, ElementsBaseMut, Iter, IterMut};
@@ -143,7 +143,7 @@ mod free_functions;
143143
pub use free_functions::*;
144144
pub use iterators::iter;
145145

146-
mod si;
146+
mod slice;
147147
mod layout;
148148
mod indexes;
149149
mod iterators;

src/si.rs renamed to src/slice.rs

File renamed without changes.

0 commit comments

Comments
 (0)