diff options
Diffstat (limited to 'crates')
-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" |