From 43665eb166e1bd0319a1e13a97b753a536e4b4d2 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 5 Nov 2018 15:56:07 +0300 Subject: bring back testutils --- crates/ra_syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" text_unit = "0.1.5" [dev-dependencies] -# test_utils = { path = "../test_utils" } +test_utils = { path = "../test_utils" } walkdir = "2.2.0" -- cgit v1.2.3