summaryrefslogtreecommitdiff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-02-06 16:26:31 +0300
committerklensy <klensy@users.noreply.github.com>2023-02-06 17:40:18 +0300
commit4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02 (patch)
treecb740ff864dcfd506f48c9dde2c13ffd13ad8658 /compiler/rustc_query_impl
parent0c13c172507f01d921808107d2c4ec37b43b982d (diff)
downloadrust-4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02.tar.gz
remove unused imports
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml
index 46e77626479..21732d26035 100644
--- a/compiler/rustc_query_impl/Cargo.toml
+++ b/compiler/rustc_query_impl/Cargo.toml
@@ -20,7 +20,6 @@ rustc-rayon-core = { version = "0.4.0", optional = true }
rustc_serialize = { path = "../rustc_serialize" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
-rustc_target = { path = "../rustc_target" }
thin-vec = "0.2.9"
tracing = "0.1"