diff options
Diffstat (limited to 'crates/ide_diagnostics/Cargo.toml')
-rw-r--r-- | crates/ide_diagnostics/Cargo.toml | 1 |
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" } | |||
22 | cfg = { path = "../cfg", version = "0.0.0" } | 22 | cfg = { path = "../cfg", version = "0.0.0" } |
23 | hir = { path = "../hir", version = "0.0.0" } | 23 | hir = { path = "../hir", version = "0.0.0" } |
24 | ide_db = { path = "../ide_db", version = "0.0.0" } | 24 | ide_db = { path = "../ide_db", version = "0.0.0" } |
25 | ide_assists = { path = "../ide_assists", version = "0.0.0" } | ||
26 | 25 | ||
27 | [dev-dependencies] | 26 | [dev-dependencies] |
28 | expect-test = "1.1" | 27 | expect-test = "1.1" |