1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-29 18:17:44 +00:00

Make SyntaxNode Send and Sync (#12)

This commit is contained in:
DQ 2021-02-04 15:58:17 +01:00 committed by GitHub
parent 4116ed0138
commit fb463aef18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 175 additions and 0 deletions

View file

@ -25,6 +25,7 @@ features = ["derive"]
m_lexer = "0.0.4"
serde_json = "1.0.61"
serde_test = "1.0.119"
crossbeam-utils = "0.8"
[features]
default = []