aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists
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_assists
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_assists')
-rw-r--r--crates/ide_assists/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_assists/Cargo.toml b/crates/ide_assists/Cargo.toml
index 3bf0099a9..dd9aa27c6 100644
--- a/crates/ide_assists/Cargo.toml
+++ b/crates/ide_assists/Cargo.toml
@@ -21,7 +21,7 @@ text_edit = { path = "../text_edit", version = "0.0.0" }
21profile = { path = "../profile", version = "0.0.0" } 21profile = { path = "../profile", version = "0.0.0" }
22ide_db = { path = "../ide_db", version = "0.0.0" } 22ide_db = { path = "../ide_db", version = "0.0.0" }
23hir = { path = "../hir", version = "0.0.0" } 23hir = { path = "../hir", version = "0.0.0" }
24test_utils = { path = "../test_utils", version = "0.0.0" }
25 24
26[dev-dependencies] 25[dev-dependencies]
26test_utils = { path = "../test_utils" }
27expect-test = "1.1" 27expect-test = "1.1"