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/hir_expand/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/hir_expand') diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index 5271110d2..76cb03126 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -21,4 +21,6 @@ parser = { path = "../parser", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } tt = { path = "../tt", version = "0.0.0" } mbe = { path = "../mbe", version = "0.0.0" } -test_utils = { path = "../test_utils", version = "0.0.0" } + +[dev-dependencies] +test_utils = { path = "../test_utils" } -- cgit v1.2.3