Skip to content

Do not include redundant empty <> and ::<> in type expansions

Ian Jackson requested to merge strip into main

Don't include these unless they were specified in the input.

This is not a breaking change since both syntaxes are valid (and the without-<> version is valid in more places).

Merge request reports