Avoid partial repeats of the generated enum names #991
Labels
breaking-change
Issues and PRs that are breaking to fix/merge.
c: bindings
Component: GDNative bindings (mod api)
quality-of-life
No new functionality, but improves ergonomics/internals
status: duplicate
Check whether the start of the variant name is equal to the end of the enum name and if so, don't repeat it. For example,
ImageFormat::Rgb8
instead ofImageFormat::FormatRgb8
.The text was updated successfully, but these errors were encountered: