Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Klein <mklein@bitdrift.io>
  • Loading branch information
mattklein123 committed Aug 4, 2024
1 parent a5121ae commit e82d7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf-codegen/src/gen/oneof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ impl<'a> OneofGen<'a> {
.oneofs_non_exhaustive
.unwrap_or(true)
{
eprintln!("{:?}", self.customize.for_elem);
w.write_line("#[non_exhaustive]");
}
write_protoc_insertion_point_for_oneof(w, &self.customize.for_elem, &self.oneof.oneof);
Expand Down

0 comments on commit e82d7ec

Please sign in to comment.