From f9ed7a53f88eba798650757a97b14261e4b0a4f7 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Mon, 15 Apr 2019 01:53:18 +0100 Subject: [PATCH] Regenerate code after Debug implemented for oneof enums --- protobuf/src/well_known_types/struct_pb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/src/well_known_types/struct_pb.rs b/protobuf/src/well_known_types/struct_pb.rs index 2b77fc18a..ce964bb7a 100644 --- a/protobuf/src/well_known_types/struct_pb.rs +++ b/protobuf/src/well_known_types/struct_pb.rs @@ -206,7 +206,7 @@ impl<'a> ::std::default::Default for &'a Value { } } -#[derive(Clone,PartialEq)] +#[derive(Clone,PartialEq,Debug)] #[cfg_attr(feature = "with-serde", derive(Serialize, Deserialize))] pub enum Value_oneof_kind { null_value(NullValue),