Skip to content

Commit

Permalink
Remove let_declaration from Rust locals tracking (helix-editor#3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored and GreasySlug committed Aug 2, 2022
1 parent 699af11 commit 14a4ede
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/queries/rust/locals.scm
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
(parameter
(identifier) @local.definition)

(let_declaration
pattern: (identifier) @local.definition)

(closure_parameters (identifier) @local.definition)

; References
Expand Down

0 comments on commit 14a4ede

Please # to comment.