|
|
@@ -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 {
|