File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
test-crates/protobuf-codegen-identical-test/tests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,11 +163,11 @@ fn normalize_descriptor(desc: &mut DescriptorProto) {
163
163
164
164
desc. options . mut_or_insert_default ( ) ;
165
165
166
- // group are not supported
167
- desc. options
168
- . mut_or_insert_default ( )
169
- . mut_unknown_fields ( )
170
- . remove ( 7636463 ) ;
166
+ // TODO: fix these.
167
+ desc. options . mut_or_insert_default ( ) . mut_unknown_fields ( ) . remove ( 7633546 ) ;
168
+ desc . options . mut_or_insert_default ( ) . mut_unknown_fields ( ) . remove ( 7636463 ) ;
169
+ desc . options . mut_or_insert_default ( ) . mut_unknown_fields ( ) . remove ( 7636949 ) ;
170
+ desc . options . mut_or_insert_default ( ) . mut_unknown_fields ( ) . remove ( 7646756 ) ;
171
171
172
172
for field in & mut desc. field {
173
173
normalize_field ( field) ;
You can’t perform that action at this time.
0 commit comments