Skip to content

Commit

Permalink
Regenerate code after Debug implemented for oneof enums
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Apr 15, 2019
1 parent 859d7f5 commit f9ed7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/src/well_known_types/struct_pb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f9ed7a5

Please sign in to comment.