Selaa lähdekoodia

Regenerate *.rs files in `src/proto/`

for new protobuf version 2.15.0
Johannes Hofmann 5 vuotta sitten
vanhempi
commit
5b150dc338
2 muutettua tiedostoa jossa 8 lisäystä ja 6 poistoa
  1. 4
    3
      src/proto/fileformat.rs
  2. 4
    3
      src/proto/osmformat.rs

+ 4
- 3
src/proto/fileformat.rs Näytä tiedosto

@@ -1,11 +1,12 @@
1
-// This file is generated by rust-protobuf 2.14.0. Do not edit
1
+// This file is generated by rust-protobuf 2.15.0. Do not edit
2 2
 // @generated
3 3
 
4 4
 // https://github.com/rust-lang/rust-clippy/issues/702
5 5
 #![allow(unknown_lints)]
6 6
 #![allow(clippy::all)]
7 7
 
8
-#![cfg_attr(rustfmt, rustfmt_skip)]
8
+#![allow(unused_attributes)]
9
+#![rustfmt::skip]
9 10
 
10 11
 #![allow(box_pointers)]
11 12
 #![allow(dead_code)]
@@ -24,7 +25,7 @@ use protobuf::ProtobufEnum as ProtobufEnum_imported_for_functions;
24 25
 
25 26
 /// Generated files are compatible only with the same version
26 27
 /// of protobuf runtime.
27
-// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_14_0;
28
+// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_15_0;
28 29
 
29 30
 #[derive(PartialEq,Clone,Default,Debug)]
30 31
 pub struct Blob {

+ 4
- 3
src/proto/osmformat.rs Näytä tiedosto

@@ -1,11 +1,12 @@
1
-// This file is generated by rust-protobuf 2.14.0. Do not edit
1
+// This file is generated by rust-protobuf 2.15.0. Do not edit
2 2
 // @generated
3 3
 
4 4
 // https://github.com/rust-lang/rust-clippy/issues/702
5 5
 #![allow(unknown_lints)]
6 6
 #![allow(clippy::all)]
7 7
 
8
-#![cfg_attr(rustfmt, rustfmt_skip)]
8
+#![allow(unused_attributes)]
9
+#![rustfmt::skip]
9 10
 
10 11
 #![allow(box_pointers)]
11 12
 #![allow(dead_code)]
@@ -24,7 +25,7 @@ use protobuf::ProtobufEnum as ProtobufEnum_imported_for_functions;
24 25
 
25 26
 /// Generated files are compatible only with the same version
26 27
 /// of protobuf runtime.
27
-// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_14_0;
28
+// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_15_0;
28 29
 
29 30
 #[derive(PartialEq,Clone,Default,Debug)]
30 31
 pub struct HeaderBlock {