mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Remove let_declaration from Rust locals tracking (#3212)
This commit is contained in:
parent
bf74a4652d
commit
9ed9c3faca
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@
|
||||||
(parameter
|
(parameter
|
||||||
(identifier) @local.definition)
|
(identifier) @local.definition)
|
||||||
|
|
||||||
(let_declaration
|
|
||||||
pattern: (identifier) @local.definition)
|
|
||||||
|
|
||||||
(closure_parameters (identifier) @local.definition)
|
(closure_parameters (identifier) @local.definition)
|
||||||
|
|
||||||
; References
|
; References
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue