aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-05 12:56:07 +0000
committerAleksey Kladov <[email protected]>2018-11-05 12:56:07 +0000
commit43665eb166e1bd0319a1e13a97b753a536e4b4d2 (patch)
tree615bbbc79817325c7e7b95778c4a71665eec2ac7
parent8e8f52e80afe26456f40b10c32eacc19f2cd1881 (diff)
bring back testutils
-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"