diff options
author | Aleksey Kladov <[email protected]> | 2021-03-09 19:30:58 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-03-09 19:30:58 +0000 |
commit | 842d8ad9c8ff4537c545babc5a461811fe870f14 (patch) | |
tree | 83755289f98dd4b25186d233b81ee3a4af904561 /crates/ide_ssr | |
parent | a436863364937633335bba8fe4fd81c8fdc33837 (diff) |
Compilation speed
Diffstat (limited to 'crates/ide_ssr')
-rw-r--r-- | crates/ide_ssr/Cargo.toml | 2 |
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" } | |||
19 | syntax = { path = "../syntax", version = "0.0.0" } | 19 | syntax = { path = "../syntax", version = "0.0.0" } |
20 | ide_db = { path = "../ide_db", version = "0.0.0" } | 20 | ide_db = { path = "../ide_db", version = "0.0.0" } |
21 | hir = { path = "../hir", version = "0.0.0" } | 21 | hir = { path = "../hir", version = "0.0.0" } |
22 | test_utils = { path = "../test_utils", version = "0.0.0" } | ||
23 | 22 | ||
24 | [dev-dependencies] | 23 | [dev-dependencies] |
24 | test_utils = { path = "../test_utils" } | ||
25 | expect-test = "1.1" | 25 | expect-test = "1.1" |