Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_expand/Cargo.toml')
| -rw-r--r-- | crates/hir_expand/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index 9cd2768106..5655a8fdff 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -19,7 +19,6 @@ itertools = "0.10.0" base_db = { path = "../base_db", version = "0.0.0" } cfg = { path = "../cfg", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } -parser = { path = "../parser", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } tt = { path = "../tt", version = "0.0.0" } mbe = { path = "../mbe", version = "0.0.0" } |