mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
fix(rust): update queries to breaking changes
* `if_let_expression` was removed in https://github.com/tree-sitter/tree-sitter-rust/pull/152 * `attributes` were reworked in https://github.com/tree-sitter/tree-sitter-rust/pull/163 (no more `meta-item`)
This commit is contained in:
parent
c563abe928
commit
dd89cafd2b
3 changed files with 7 additions and 9 deletions
|
|
@ -14,7 +14,6 @@
|
|||
(for_expression)
|
||||
(while_expression)
|
||||
(if_expression)
|
||||
(if_let_expression)
|
||||
(match_expression)
|
||||
(call_expression)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue