aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_ssr
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-09 19:31:22 +0000
committerGitHub <[email protected]>2021-03-09 19:31:22 +0000
commit4bb120c7a6abed6425534876b86d214440ba1d9a (patch)
tree83755289f98dd4b25186d233b81ee3a4af904561 /crates/ide_ssr
parenta436863364937633335bba8fe4fd81c8fdc33837 (diff)
parent842d8ad9c8ff4537c545babc5a461811fe870f14 (diff)
Merge #7949
7949: Compilation speed r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ide_ssr')
-rw-r--r--crates/ide_ssr/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_ssr/Cargo.toml b/crates/ide_ssr/Cargo.toml
index 315691f40..8c31df13a 100644
--- a/crates/ide_ssr/Cargo.toml
+++ b/crates/ide_ssr/Cargo.toml
@@ -19,7 +19,7 @@ text_edit = { path = "../text_edit", version = "0.0.0" }
19syntax = { path = "../syntax", version = "0.0.0" } 19syntax = { path = "../syntax", version = "0.0.0" }
20ide_db = { path = "../ide_db", version = "0.0.0" } 20ide_db = { path = "../ide_db", version = "0.0.0" }
21hir = { path = "../hir", version = "0.0.0" } 21hir = { path = "../hir", version = "0.0.0" }
22test_utils = { path = "../test_utils", version = "0.0.0" }
23 22
24[dev-dependencies] 23[dev-dependencies]
24test_utils = { path = "../test_utils" }
25expect-test = "1.1" 25expect-test = "1.1"