Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/Cargo.toml')
| -rw-r--r-- | crates/ide/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 9f0a2f30f6..bb06d61445 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -13,7 +13,6 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -crossbeam-channel = "0.5.5" arrayvec.workspace = true either.workspace = true itertools.workspace = true @@ -56,4 +55,4 @@ test-fixture.workspace = true in-rust-tree = ["ide-assists/in-rust-tree", "ide-diagnostics/in-rust-tree"] [lints] -workspace = true
\ No newline at end of file +workspace = true |