From 842d8ad9c8ff4537c545babc5a461811fe870f14 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 9 Mar 2021 22:30:58 +0300 Subject: Compilation speed --- crates/ide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ide/Cargo.toml') diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index f7c5efaf3..107bd8432 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -27,7 +27,6 @@ text_edit = { path = "../text_edit", version = "0.0.0" } ide_db = { path = "../ide_db", version = "0.0.0" } cfg = { path = "../cfg", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } -test_utils = { path = "../test_utils", version = "0.0.0" } ide_assists = { path = "../ide_assists", version = "0.0.0" } ide_ssr = { path = "../ide_ssr", version = "0.0.0" } ide_completion = { path = "../ide_completion", version = "0.0.0" } @@ -37,4 +36,5 @@ ide_completion = { path = "../ide_completion", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] +test_utils = { path = "../test_utils" } expect-test = "1.1" -- cgit v1.2.3