folds(rust): add array_expression

This commit is contained in:
Chinmay Dalal 2023-01-05 18:43:53 +05:30 committed by Stephan Seitz
parent b156939461
commit 68e8181dbc

View file

@ -16,6 +16,7 @@
(if_expression)
(match_expression)
(call_expression)
(array_expression)
(macro_definition)
(macro_invocation)