Address review feedback

This commit is contained in:
Anthony Bullard 2024-12-31 22:11:28 -06:00
parent 3b0db07fa1
commit 8c77a54b4f
No known key found for this signature in database
13 changed files with 217 additions and 66 deletions

View file

@ -95,7 +95,6 @@ fn loc_pattern_help_help<'a>(
crate::pattern::record_pattern_help()
)),
loc(specialize_err(EPattern::List, list_pattern_help())),
// Move my pnc tag apply parser here
loc_ident_pattern_help(can_have_arguments),
)
}