We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e50ca commit 8e8f52eCopy full SHA for 8e8f52e
crates/ra_syntax/Cargo.toml
@@ -4,6 +4,8 @@ name = "ra_syntax"
4
version = "0.1.0"
5
authors = ["Aleksey Kladov <[email protected]>"]
6
license = "MIT OR Apache-2.0"
7
+description = "Comment and whitespace preserving parser for the Rust langauge"
8
+repository = "https://github.com/rust-analyzer/rust-analyzer"
9
10
[dependencies]
11
unicode-xid = "0.1.0"
@@ -14,5 +16,5 @@ rowan = "0.1.1"
14
16
text_unit = "0.1.5"
15
17
18
[dev-dependencies]
-test_utils = { path = "../test_utils" }
19
+# test_utils = { path = "../test_utils" }
20
walkdir = "2.2.0"
0 commit comments