We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf5eb5 commit e8cae87Copy full SHA for e8cae87
crates/core_simd/tests/mask_ops_impl/mod.rs
@@ -1,8 +1,9 @@
1
#[macro_use]
2
mod mask_macros;
3
4
+#[rustfmt::skip]
5
+mod mask8;
6
mod mask16;
7
mod mask32;
8
mod mask64;
-mod mask8;
9
mod masksize;
0 commit comments