Replace rustfmt::skip custom inner attribute with rustfmt.toml
This commit is contained in:
parent
e8afe9ed7b
commit
ed27e2fccd
2 changed files with 3 additions and 1 deletions
3
library/stdarch/crates/core_arch/rustfmt.toml
Normal file
3
library/stdarch/crates/core_arch/rustfmt.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ignore = [
|
||||
"src/simd.rs",
|
||||
]
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
//! Internal `#[repr(simd)]` types
|
||||
|
||||
#![rustfmt::skip]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
macro_rules! simd_ty {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue