Replace rustfmt::skip custom inner attribute with rustfmt.toml

This commit is contained in:
Mateusz Mikuła 2019-10-22 18:42:49 +02:00 committed by gnzlbg
parent e8afe9ed7b
commit ed27e2fccd
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,3 @@
ignore = [
"src/simd.rs",
]

View file

@ -1,6 +1,5 @@
//! Internal `#[repr(simd)]` types
#![rustfmt::skip]
#![allow(non_camel_case_types)]
macro_rules! simd_ty {