diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-06-15 12:02:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 12:02:02 +0900 |
| commit | bb4805118a6274a83e21c78bb96e3cbd9e9dca36 (patch) | |
| tree | ee5b629dbae032f04920e4301bb5e1d2e3fcd8dc /compiler/rustc_query_impl | |
| parent | b770012202726a6dbf8368f13c9deac9938919b7 (diff) | |
| parent | 4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674 (diff) | |
| download | rust-bb4805118a6274a83e21c78bb96e3cbd9e9dca36.tar.gz rust-bb4805118a6274a83e21c78bb96e3cbd9e9dca36.zip | |
Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC
compiler: remove unused deps Removed unused dependencies in compiler crates and moves few `libc` under `target.cfg(unix)` .
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 856f09b6fcc..5673bb83b15 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -20,7 +20,6 @@ rustc_query_system = { path = "../rustc_query_system" } rustc_serialize = { path = "../rustc_serialize" } rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } -rustc_type_ir = { path = "../rustc_type_ir" } tracing = "0.1" [features] |
