tree-sitter-rust
tree-sitter-rust copied to clipboard
Could we treat a single `_` as parameter in closure?
As the title, so it could be highlighted like other parameter
let foo = |_| { bar }
^