Rename ParenthesizedGenericArgs to GenericArgsMode

This commit is contained in:
Michael Goulet
2024-08-26 13:59:21 -04:00
parent 22572d0994
commit 2db1d2e261
4 changed files with 23 additions and 24 deletions

View File

@@ -487,7 +487,7 @@ enum ParamMode {
Optional,
}
enum ParenthesizedGenericArgs {
enum GenericArgsMode {
ParenSugar,
Err,
}