aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-11-28 14:30:39 +0000
committerKirill Bulatov <[email protected]>2020-11-28 14:30:39 +0000
commit3f612d37c68a6e4c09e407b7cd2ad8a1d17ab4e6 (patch)
treee51b5ce814d08c79bd667719992c8b7254e4eb68 /Cargo.lock
parent7b145bd99c855b2f4a15835a2298dde504b04d8f (diff)
Move the helpers into ide_db
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 1 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e7d1782cc..f50e9edd6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -53,7 +53,6 @@ dependencies = [
53 "either", 53 "either",
54 "hir", 54 "hir",
55 "ide_db", 55 "ide_db",
56 "ide_helpers",
57 "itertools", 56 "itertools",
58 "profile", 57 "profile",
59 "rustc-hash", 58 "rustc-hash",
@@ -259,7 +258,6 @@ dependencies = [
259 "expect-test", 258 "expect-test",
260 "hir", 259 "hir",
261 "ide_db", 260 "ide_db",
262 "ide_helpers",
263 "itertools", 261 "itertools",
264 "log", 262 "log",
265 "profile", 263 "profile",
@@ -658,7 +656,6 @@ dependencies = [
658 "expect-test", 656 "expect-test",
659 "hir", 657 "hir",
660 "ide_db", 658 "ide_db",
661 "ide_helpers",
662 "indexmap", 659 "indexmap",
663 "itertools", 660 "itertools",
664 "log", 661 "log",
@@ -684,6 +681,7 @@ dependencies = [
684 "expect-test", 681 "expect-test",
685 "fst", 682 "fst",
686 "hir", 683 "hir",
684 "itertools",
687 "log", 685 "log",
688 "once_cell", 686 "once_cell",
689 "profile", 687 "profile",
@@ -696,19 +694,6 @@ dependencies = [
696] 694]
697 695
698[[package]] 696[[package]]
699name = "ide_helpers"
700version = "0.0.0"
701dependencies = [
702 "either",
703 "hir",
704 "ide_db",
705 "itertools",
706 "profile",
707 "syntax",
708 "test_utils",
709]
710
711[[package]]
712name = "idna" 697name = "idna"
713version = "0.2.0" 698version = "0.2.0"
714source = "registry+https://github.com/rust-lang/crates.io-index" 699source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1376,7 +1361,6 @@ dependencies = [
1376 "hir_ty", 1361 "hir_ty",
1377 "ide", 1362 "ide",
1378 "ide_db", 1363 "ide_db",
1379 "ide_helpers",
1380 "itertools", 1364 "itertools",
1381 "jod-thread", 1365 "jod-thread",
1382 "log", 1366 "log",