File tree 17 files changed +19
-0
lines changed
17 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ 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)]" ) ;
65
67
self . write_line ( "#![rustfmt::skip]" ) ;
66
68
self . write_line ( "" ) ;
67
69
self . write_line ( "#![allow(box_pointers)]" ) ;
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ 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)]" ) ;
122
124
w. write_line ( "#![rustfmt::skip]" ) ;
123
125
124
126
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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
8
9
#![ rustfmt:: skip]
9
10
10
11
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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ 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) ]
10
11
#![ rustfmt:: skip]
11
12
12
13
#![ allow( box_pointers) ]
You can’t perform that action at this time.
0 commit comments