add #[rustfmt::skip] in aarch64/neon/mod.rs
This commit is contained in:
parent
5c8f08afc4
commit
86c9a12d00
1 changed files with 2 additions and 0 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
#[rustfmt::skip]
|
||||
mod generated;
|
||||
#[rustfmt::skip]
|
||||
pub use self::generated::*;
|
||||
|
||||
// FIXME: replace neon with asimd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue