]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_system/Cargo.toml
Move `finish` out of the `Encoder` trait.
[rust.git] / compiler / rustc_query_system / Cargo.toml
index 85fbb08eeeb53f141a2ccb70b7a46ce175ccfea7..b5a37cf324b008fa10c4351cec36e95adecc34e5 100644 (file)
@@ -21,7 +21,6 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_target = { path = "../rustc_target" }
-rustc_type_ir = { path = "../rustc_type_ir" }
 parking_lot = "0.11"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }