Skip to content

Commit a1de8c0

Browse files
committed
proto: Update generated Rust code
Update the Rust code that is generated from the `.proto` files, since we've updated the `rust-protobuf` library in the previous commit. This update semi-resolves a `rustfmt` warning that the generated code was triggering [1]. [1]: stepancheg/rust-protobuf#551
1 parent 58aa5d5 commit a1de8c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proto/metadata.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// This file is generated by rust-protobuf 2.22.0. Do not edit
1+
// This file is generated by rust-protobuf 2.22.1. Do not edit
22
// @generated
33

44
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

88
#![allow(unused_attributes)]
9-
#![rustfmt::skip]
9+
#![cfg_attr(rustfmt, rustfmt::skip)]
1010

1111
#![allow(box_pointers)]
1212
#![allow(dead_code)]
@@ -21,7 +21,7 @@
2121
2222
/// Generated files are compatible only with the same version
2323
/// of protobuf runtime.
24-
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_22_0;
24+
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_22_1;
2525

2626
#[derive(PartialEq,Clone,Default)]
2727
pub struct KeyDerivationMetadata {

0 commit comments

Comments
 (0)