diff options
| author | klensy <klensy@users.noreply.github.com> | 2023-09-01 19:12:37 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2023-09-01 19:13:09 +0300 |
| commit | 695068903034e326fa2d58bee8314bef903ce54f (patch) | |
| tree | 63f43161dffed73aa59c92a3511448e1d9361fff /compiler/rustc_query_impl | |
| parent | 1accf068d8fa22f29437651283ea1f27058ed8ac (diff) | |
| download | rust-695068903034e326fa2d58bee8314bef903ce54f.tar.gz rust-695068903034e326fa2d58bee8314bef903ce54f.zip | |
remove some unused crate deps
Diffstat (limited to 'compiler/rustc_query_impl')
| -rw-r--r-- | compiler/rustc_query_impl/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index ac697a3ae3e..a44dd5ede2f 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" [dependencies] field-offset = "0.3.5" measureme = "10.0.0" -rustc_ast = { path = "../rustc_ast" } rustc_data_structures = { path = "../rustc_data_structures" } rustc_errors = { path = "../rustc_errors" } rustc_hir = { path = "../rustc_hir" } |
