fix(test): update expected tree-sitter-rust supertypes

This commit is contained in:
WillLillis 2025-02-28 17:38:01 -05:00 committed by Will Lillis
parent cb30ec5b17
commit 998fb34d15
2 changed files with 2 additions and 0 deletions

View file

@ -152,6 +152,7 @@ fn test_supertypes() {
"_literal_pattern",
"captured_pattern",
"const_block",
"generic_pattern",
"identifier",
"macro_invocation",
"mut_pattern",

View file

@ -89,6 +89,7 @@ describe('Language', () => {
'_literal_pattern',
'captured_pattern',
'const_block',
'generic_pattern',
'identifier',
'macro_invocation',
'mut_pattern',