Rename tests/core/matrix_slice.rs to tests/core/matrix_view.rs
This commit is contained in:
parent
55c3a9c764
commit
acfd37c728
|
@ -4,7 +4,7 @@ mod conversion;
|
||||||
mod edition;
|
mod edition;
|
||||||
mod empty;
|
mod empty;
|
||||||
mod matrix;
|
mod matrix;
|
||||||
mod matrix_slice;
|
mod matrix_view;
|
||||||
#[cfg(feature = "mint")]
|
#[cfg(feature = "mint")]
|
||||||
mod mint;
|
mod mint;
|
||||||
#[cfg(feature = "rkyv-serialize-no-std")]
|
#[cfg(feature = "rkyv-serialize-no-std")]
|
||||||
|
|
Loading…
Reference in New Issue