Commit dca5878
authored
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).1 parent 3336fa5 commit dca5878
File tree
1 file changed
+1
-1
lines changed- internal/sidekick/internal/rust/templates/common
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments