Update tree-sitter-rust (#10973)

Update to latest commit on master to include fix for a bug that doesn't
allow spaces in the shebang line.
pull/10634/merge
blt-r 2 weeks ago committed by GitHub
parent 94a9c81eb0
commit 0edf60964d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -276,7 +276,7 @@ args = { attachCommands = [ "platform select remote-gdb-server", "platform conne
[[grammar]]
name = "rust"
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "473634230435c18033384bebaa6d6a17c2523281" }
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "9c84af007b0f144954adb26b3f336495cbb320a7" }
[[language]]
name = "sway"

Loading…
Cancel
Save