File tree 17 files changed +0
-19
lines changed
17 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ impl<'a> CodeWriter<'a> {
62
62
self . write_line ( "#![allow(clippy::all)]" ) ;
63
63
self . write_line ( "" ) ;
64
64
self . write_line ( "#![allow(unused_attributes)]" ) ;
65
- // TODO: figure out how to fix rustfmt properly
66
- self . write_line ( "#[allow(soft_unstable)]" ) ;
67
65
self . write_line ( "#![rustfmt::skip]" ) ;
68
66
self . write_line ( "" ) ;
69
67
self . write_line ( "#![allow(box_pointers)]" ) ;
Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ pub(crate) fn gen_well_known_types_mod(
119
119
120
120
w. write_line ( "" ) ;
121
121
w. write_line ( "#![allow(unused_attributes)]" ) ;
122
- // TODO: figure out how to fix rustfmt properly
123
- w. write_line ( "#[allow(soft_unstable)]" ) ;
124
122
w. write_line ( "#![rustfmt::skip]" ) ;
125
123
126
124
w. write_line ( "" ) ;
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 5
5
//! [This document](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) describes these types.
6
6
7
7
#![ allow( unused_attributes) ]
8
- #[ allow( soft_unstable) ]
9
8
#![ rustfmt:: skip]
10
9
11
10
mod any;
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
Original file line number Diff line number Diff line change 7
7
#![ allow( clippy:: all) ]
8
8
9
9
#![ allow( unused_attributes) ]
10
- #[ allow( soft_unstable) ]
11
10
#![ rustfmt:: skip]
12
11
13
12
#![ allow( box_pointers) ]
You can’t perform that action at this time.
0 commit comments