We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b19040f + 8421115 commit 3b4d0e2Copy full SHA for 3b4d0e2
crates/completion/Cargo.toml
@@ -14,6 +14,7 @@ itertools = "0.9.0"
14
log = "0.4.8"
15
rustc-hash = "1.1.0"
16
17
+stdx = { path = "../stdx", version = "0.0.0" }
18
syntax = { path = "../syntax", version = "0.0.0" }
19
text_edit = { path = "../text_edit", version = "0.0.0" }
20
base_db = { path = "../base_db", version = "0.0.0" }
@@ -29,4 +30,3 @@ hir = { path = "../hir", version = "0.0.0" }
29
30
31
[dev-dependencies]
32
expect-test = "1.0"
-stdx = { path = "../stdx", version = "0.0.0" }
0 commit comments