From 3db64a400c78bbd2708e67ddc07df1001fff3f29 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 17 Feb 2021 17:53:31 +0300 Subject: rename completion -> ide_completion We don't have completion-related PRs in flight, so lets do it --- crates/completion/Cargo.toml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 crates/completion/Cargo.toml (limited to 'crates/completion/Cargo.toml') diff --git a/crates/completion/Cargo.toml b/crates/completion/Cargo.toml deleted file mode 100644 index 99a1bdd54..000000000 --- a/crates/completion/Cargo.toml +++ /dev/null @@ -1,31 +0,0 @@ -[package] -name = "completion" -version = "0.0.0" -description = "TBD" -license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] -edition = "2018" - -[lib] -doctest = false - -[dependencies] -itertools = "0.10.0" -log = "0.4.8" -rustc-hash = "1.1.0" -either = "1.6.1" - -stdx = { path = "../stdx", version = "0.0.0" } -syntax = { path = "../syntax", version = "0.0.0" } -text_edit = { path = "../text_edit", version = "0.0.0" } -base_db = { path = "../base_db", version = "0.0.0" } -ide_db = { path = "../ide_db", version = "0.0.0" } -profile = { path = "../profile", version = "0.0.0" } -test_utils = { path = "../test_utils", version = "0.0.0" } - -# completions crate should depend only on the top-level `hir` package. if you need -# something from some `hir_xxx` subpackage, reexport the API via `hir`. -hir = { path = "../hir", version = "0.0.0" } - -[dev-dependencies] -expect-test = "1.1" -- cgit v1.2.3