summaryrefslogtreecommitdiff
path: root/queries/rust/folds.scm
AgeCommit message (Collapse)Author
2022-11-05fix(rust): update queries to breaking changesChristian Clason
* `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`)
2021-07-18folds(rust): Fold trait definitions (#1582)agarof
2021-03-15Rust: add mod_item to foldsSantos Gallegos
2021-01-07started branchBrian Shu