From 867d8f6f78c438b04fbf0a09f2c68d7193cd66cc Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Mon, 12 Feb 2024 10:45:01 -0800 Subject: [PATCH] ayaya --- pb-jelly-gen/proto/rust/extensions.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb-jelly-gen/proto/rust/extensions.proto b/pb-jelly-gen/proto/rust/extensions.proto index 7c498dc..2b25418 100644 --- a/pb-jelly-gen/proto/rust/extensions.proto +++ b/pb-jelly-gen/proto/rust/extensions.proto @@ -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` optional bool grpc_slices = 50003;