Closed wiseman closed 3 years ago
In the Rust bindings, I see that Tree is both Send and Sync, but Node isn't. Is that intentional?
Tree
Send
Sync
Oops, this was intended for the tree-sitter repo. Closing this and opening in that repo: https://github.com/tree-sitter/tree-sitter/issues/1241
In the Rust bindings, I see that
Tree
is bothSend
andSync
, but Node isn't. Is that intentional?