aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r--crates/ra_syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 85e236b64..de4b25e67 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -16,5 +16,5 @@ rowan = "0.1.1"
16text_unit = "0.1.5" 16text_unit = "0.1.5"
17 17
18[dev-dependencies] 18[dev-dependencies]
19# test_utils = { path = "../test_utils" } 19test_utils = { path = "../test_utils" }
20walkdir = "2.2.0" 20walkdir = "2.2.0"