diff options
author | Aleksey Kladov <[email protected]> | 2018-11-05 12:56:07 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-11-05 12:56:07 +0000 |
commit | 43665eb166e1bd0319a1e13a97b753a536e4b4d2 (patch) | |
tree | 615bbbc79817325c7e7b95778c4a71665eec2ac7 /crates/ra_syntax | |
parent | 8e8f52e80afe26456f40b10c32eacc19f2cd1881 (diff) |
bring back testutils
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 2 |
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" | |||
16 | text_unit = "0.1.5" | 16 | text_unit = "0.1.5" |
17 | 17 | ||
18 | [dev-dependencies] | 18 | [dev-dependencies] |
19 | # test_utils = { path = "../test_utils" } | 19 | test_utils = { path = "../test_utils" } |
20 | walkdir = "2.2.0" | 20 | walkdir = "2.2.0" |