Skip to content

Commit 5072f0e

Browse files
authored
fix(internal/sidekick): remove stray TODO (#2748)
googleapis/google-cloud-rust#39 is marked as fixed. Remove the stray TODO.
1 parent e6d911d commit 5072f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/sidekick/internal/rust/codec.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ func baseFieldType(f *api.Field, state *api.APIState, modulePath, sourceSpecific
497497
}
498498
return fullyQualifiedEnumName(e, modulePath, sourceSpecificationPackageName, packageMapping)
499499
case api.GROUP_TYPE:
500-
slog.Error("TODO(#39) - better handling of `oneof` fields")
501500
return ""
502501
default:
503502
return scalarFieldType(f)

0 commit comments

Comments
 (0)