aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_diagnostics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ide_diagnostics/Cargo.toml')
-rw-r--r--crates/ide_diagnostics/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide_diagnostics/Cargo.toml b/crates/ide_diagnostics/Cargo.toml
index 738fca14e..fa2adf212 100644
--- a/crates/ide_diagnostics/Cargo.toml
+++ b/crates/ide_diagnostics/Cargo.toml
@@ -22,7 +22,6 @@ text_edit = { path = "../text_edit", version = "0.0.0" }
22cfg = { path = "../cfg", version = "0.0.0" } 22cfg = { path = "../cfg", version = "0.0.0" }
23hir = { path = "../hir", version = "0.0.0" } 23hir = { path = "../hir", version = "0.0.0" }
24ide_db = { path = "../ide_db", version = "0.0.0" } 24ide_db = { path = "../ide_db", version = "0.0.0" }
25ide_assists = { path = "../ide_assists", version = "0.0.0" }
26 25
27[dev-dependencies] 26[dev-dependencies]
28expect-test = "1.1" 27expect-test = "1.1"