Skip to content

Commit 79dfcef

Browse files
SparrowLiiAmanieu
authored andcommitted
add #[rustfmt::skip] in aarch64/neon/mod.rs
1 parent 0b31bf3 commit 79dfcef

File tree

1 file changed

+2
-0
lines changed
  • crates/core_arch/src/aarch64/neon

1 file changed

+2
-0
lines changed

crates/core_arch/src/aarch64/neon/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
33
#![allow(non_camel_case_types)]
44

5+
#[rustfmt::skip]
56
mod generated;
7+
#[rustfmt::skip]
68
pub use self::generated::*;
79

810
// FIXME: replace neon with asimd

0 commit comments

Comments
 (0)