diff options
Diffstat (limited to 'rust/protobuf.go')
| -rw-r--r-- | rust/protobuf.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/protobuf.go b/rust/protobuf.go index fab5259a5..b2ce4d867 100644 --- a/rust/protobuf.go +++ b/rust/protobuf.go @@ -227,6 +227,9 @@ func (proto *protobufDecorator) genModFileContents() string { lines, "pub mod empty {", " pub use protobuf::well_known_types::empty::Empty;", + "}", + "pub mod wrappers {", + " pub use protobuf::well_known_types::wrappers::*;", "}") } |
