diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-06-24 23:43:18 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-06-25 01:13:00 -0700 |
| commit | e721e15cd2fbb44d500b315b6e9f6837e68adb93 (patch) | |
| tree | 0e8d77dcc3b16ab96e6fabdcb0ffd2aed0736234 /compiler | |
| parent | f20aec4cbdacb2a066724fa41506383bd5c5dc67 (diff) | |
| download | rust-e721e15cd2fbb44d500b315b6e9f6837e68adb93.tar.gz rust-e721e15cd2fbb44d500b315b6e9f6837e68adb93.zip | |
rustc_query_impl: Remove unused dependencies
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_query_impl/Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index 383e30ca29f..5be06dfdc77 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -11,17 +11,10 @@ doctest = false measureme = "9.0.0" rustc-rayon-core = "0.3.1" tracing = "0.1" -rustc_ast = { path = "../rustc_ast" } -rustc_attr = { path = "../rustc_attr" } rustc_data_structures = { path = "../rustc_data_structures" } rustc_errors = { path = "../rustc_errors" } -rustc_feature = { path = "../rustc_feature" } rustc_hir = { path = "../rustc_hir" } -rustc_index = { path = "../rustc_index" } -rustc_macros = { path = "../rustc_macros" } rustc_middle = { path = "../rustc_middle" } rustc_query_system = { path = "../rustc_query_system" } rustc_span = { path = "../rustc_span" } rustc_serialize = { path = "../rustc_serialize" } -rustc_session = { path = "../rustc_session" } -rustc_target = { path = "../rustc_target" } |
