File tree 14 files changed +14
-14
lines changed
14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ impl<'a> CodeWriter<'a> {
58
58
self . write_line ( "#![allow(clippy::all)]" ) ;
59
59
self . write_line ( "" ) ;
60
60
self . write_line ( "#![allow(unused_attributes)]" ) ;
61
- self . write_line ( "#![rustfmt::skip]" ) ;
61
+ self . write_line ( "#![cfg_attr( rustfmt, rustfmt ::skip) ]" ) ;
62
62
self . write_line ( "" ) ;
63
63
self . write_line ( "#![allow(box_pointers)]" ) ;
64
64
self . write_line ( "#![allow(dead_code)]" ) ;
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 6
6
#![ allow( clippy:: all) ]
7
7
8
8
#![ allow( unused_attributes) ]
9
- #![ rustfmt:: skip]
9
+ #![ cfg_attr ( rustfmt, rustfmt :: skip) ]
10
10
11
11
#![ allow( box_pointers) ]
12
12
#![ allow( dead_code) ]
You can’t perform that action at this time.
0 commit comments