Skip to content

Commit e8cae87

Browse files
committed
Fix rustfmt
1 parent 0bf5eb5 commit e8cae87

File tree

1 file changed

+2
-1
lines changed
  • crates/core_simd/tests/mask_ops_impl

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#[macro_use]
22
mod mask_macros;
33

4+
#[rustfmt::skip]
5+
mod mask8;
46
mod mask16;
57
mod mask32;
68
mod mask64;
7-
mod mask8;
89
mod masksize;

0 commit comments

Comments
 (0)