This commit is contained in:
Peng Guanwen 2022-09-16 08:06:44 +00:00
parent bc566d91bf
commit f485806782
1 changed files with 1 additions and 1 deletions

View File

@ -7,9 +7,9 @@ mod matrix;
mod matrix_slice;
#[cfg(feature = "mint")]
mod mint;
mod serde;
#[cfg(feature = "rkyv-serialize-no-std")]
mod rkyv;
mod serde;
#[cfg(feature = "compare")]
mod matrixcompare;