aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-08-01 01:32:49 +0100
committerZac Pullar-Strecker <[email protected]>2020-08-01 01:32:49 +0100
commit7bd48a63f62ab3ffa1b86f8a550ede690ea8f9e8 (patch)
tree143347f8cf847e5908851fd03525d0b289c7fa06 /crates/ra_ide/Cargo.toml
parentcbdb6bd939fea04360d2a21fcc896b8bae4c8e31 (diff)
use static data for namespace recognition
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r--crates/ra_ide/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index 6d5c9daf5..fdbd7566f 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -21,7 +21,6 @@ url = "*"
21pulldown-cmark-to-cmark = "4.0.2" 21pulldown-cmark-to-cmark = "4.0.2"
22pulldown-cmark = "0.7.0" 22pulldown-cmark = "0.7.0"
23oorandom = "11.1.2" 23oorandom = "11.1.2"
24once_cell = "1"
25 24
26stdx = { path = "../stdx" } 25stdx = { path = "../stdx" }
27 26