Skip to content

Commit

Permalink
Last typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
Audun Skaugen committed Aug 30, 2023
1 parent 373c77d commit 71174c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/skip_debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub enum OneofWithEnumCustomDebug {
#[derive(Clone, PartialEq, prost::Message)]
#[prost(skip_debug)]
struct MessageWithOneofCustomDebug {
#[prost(oneof = "OneOfWithEnumCustomDebug", tags = "8, 9, 10")]
#[prost(oneof = "OneofWithEnumCustomDebug", tags = "8, 9, 10")]
of: Option<OneofWithEnumCustomDebug>,
}

Expand Down

0 comments on commit 71174c6

Please sign in to comment.