Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/Cargo.toml')
| -rw-r--r-- | crates/ide_completion/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ide_completion/Cargo.toml b/crates/ide_completion/Cargo.toml index 8ade88fdd1..f9ce03bce2 100644 --- a/crates/ide_completion/Cargo.toml +++ b/crates/ide_completion/Cargo.toml @@ -30,7 +30,5 @@ hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] expect-test = "1.2.0-pre.1" -xshell = "0.1" test_utils = { path = "../test_utils" } -sourcegen = { path = "../sourcegen" } |