xso-proc: remove stripping of trailing _ from type names

Users can now rename the generated types altogether, which means that we
do not need this anymore to avoid lints.
This commit is contained in:
Jonas Schäfer 2024-07-31 15:40:41 +02:00 committed by Link Mauve
commit 3089832090
4 changed files with 7 additions and 21 deletions

View file

@ -69,8 +69,7 @@ identifiers passed to either of these keys is considered reserved.
By default, the builder type uses the type's name suffixed with
`FromXmlBuilder` and the iterator type uses the type's name suffixed with
`AsXmlIterator`. If the target type has any trailing underscores, they are
removed before making the type name.
`AsXmlIterator`.
### Field meta