Skip to content

Commit

Permalink
ayaya
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Feb 12, 2024
1 parent 935e97d commit e87e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pb-jelly-gen/proto/rust/extensions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package rust;
import "google/protobuf/descriptor.proto";

extend google.protobuf.FieldOptions {
// Generate this field in a Box as opposed to inline Option
// Generate this field in a Box as opposed to inline Option ayaya
optional bool box_it = 50000;
// Generates a `Lazy<VecSlice>`
optional bool grpc_slices = 50003;
Expand Down

0 comments on commit e87e578

Please sign in to comment.