mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Replace rustfmt::skip custom inner attribute with rustfmt.toml
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user