aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-02-17 14:53:31 +0000
committerAleksey Kladov <[email protected]>2021-02-17 14:53:31 +0000
commit3db64a400c78bbd2708e67ddc07df1001fff3f29 (patch)
tree5386aab9c452981be09bc3e4362643a34e6e3617 /Cargo.lock
parent6334ce866ab095215381c4b72692b20a84d26e96 (diff)
rename completion -> ide_completion
We don't have completion-related PRs in flight, so lets do it
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock40
1 files changed, 20 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae25ad764..f672225c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -246,25 +246,6 @@ dependencies = [
246] 246]
247 247
248[[package]] 248[[package]]
249name = "completion"
250version = "0.0.0"
251dependencies = [
252 "base_db",
253 "either",
254 "expect-test",
255 "hir",
256 "ide_db",
257 "itertools 0.10.0",
258 "log",
259 "profile",
260 "rustc-hash",
261 "stdx",
262 "syntax",
263 "test_utils",
264 "text_edit",
265]
266
267[[package]]
268name = "const_fn" 249name = "const_fn"
269version = "0.4.5" 250version = "0.4.5"
270source = "registry+https://github.com/rust-lang/crates.io-index" 251source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -613,10 +594,10 @@ version = "0.0.0"
613dependencies = [ 594dependencies = [
614 "assists", 595 "assists",
615 "cfg", 596 "cfg",
616 "completion",
617 "either", 597 "either",
618 "expect-test", 598 "expect-test",
619 "hir", 599 "hir",
600 "ide_completion",
620 "ide_db", 601 "ide_db",
621 "indexmap", 602 "indexmap",
622 "itertools 0.10.0", 603 "itertools 0.10.0",
@@ -635,6 +616,25 @@ dependencies = [
635] 616]
636 617
637[[package]] 618[[package]]
619name = "ide_completion"
620version = "0.0.0"
621dependencies = [
622 "base_db",
623 "either",
624 "expect-test",
625 "hir",
626 "ide_db",
627 "itertools 0.10.0",
628 "log",
629 "profile",
630 "rustc-hash",
631 "stdx",
632 "syntax",
633 "test_utils",
634 "text_edit",
635]
636
637[[package]]
638name = "ide_db" 638name = "ide_db"
639version = "0.0.0" 639version = "0.0.0"
640dependencies = [ 640dependencies = [