ParenthesizedGenericArgs::{Ok -> ParenSugar}

This commit is contained in:
Michael Goulet
2023-03-03 23:25:54 +00:00
parent 5bf139e360
commit f50c1e1f05
2 changed files with 5 additions and 5 deletions

View File

@@ -482,7 +482,7 @@ enum ParamMode {
}
enum ParenthesizedGenericArgs {
Ok,
ParenSugar,
Err,
}