You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sidekick/rust): bad link for parent messages (#2309)
For most messages `Name == Codec.Name`, but there are a handful of
messages that are all uppercase in Protobuf (e.g. `CVSS` in grafeas),
and the naming conventions for Rust convert these to `CamelCase`
(`Cvss` in that example).
0 commit comments