X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_query_impl%2FCargo.toml;h=21732d260354d995daa6185af1f183d4f95c61ad;hb=b2284b9fd1c363b02d52cbd6e1a4d76a3190e7c6;hp=46e77626479c83ed7a09df9867c8eac3285674a2;hpb=08653c8c57dd7446088aa5c74112189a37140075;p=rust.git 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"