From f485806782283b9d5568598f7c363a95be64dac7 Mon Sep 17 00:00:00 2001 From: Peng Guanwen Date: Fri, 16 Sep 2022 08:06:44 +0000 Subject: [PATCH] rustfmt --- tests/core/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/mod.rs b/tests/core/mod.rs index 3c968a5d..acdcd236 100644 --- a/tests/core/mod.rs +++ b/tests/core/mod.rs @@ -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;