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_mir_dataflow | |
| 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_mir_dataflow')
| -rw-r--r-- | compiler/rustc_mir_dataflow/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/Cargo.toml b/compiler/rustc_mir_dataflow/Cargo.toml index ffd7e3cd06b..a0c70a3fd81 100644 --- a/compiler/rustc_mir_dataflow/Cargo.toml +++ b/compiler/rustc_mir_dataflow/Cargo.toml @@ -18,6 +18,5 @@ rustc_hir = { path = "../rustc_hir" } rustc_index = { path = "../rustc_index" } rustc_middle = { path = "../rustc_middle" } rustc_serialize = { path = "../rustc_serialize" } -rustc_session = { path = "../rustc_session" } rustc_target = { path = "../rustc_target" } rustc_span = { path = "../rustc_span" } |
