Skip to content

Commit 16a8911

Browse files
mati865gnzlbg
authored andcommitted
Replace rustfmt::skip custom inner attribute with rustfmt.toml
1 parent 11184f1 commit 16a8911

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: crates/core_arch/rustfmt.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore = [
2+
"src/simd.rs",
3+
]

Diff for: crates/core_arch/src/simd.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Internal `#[repr(simd)]` types
22
3-
#![rustfmt::skip]
43
#![allow(non_camel_case_types)]
54

65
macro_rules! simd_ty {

0 commit comments

Comments
 (0)