]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_driver/Cargo.toml
be conservative in has_significant_drop
[rust.git] / compiler / rustc_driver / Cargo.toml
index c521f2041d8919ceadb8c84242e951c5fbc8ead0..93c6ec04e4fd676696075b83f93ff636dfff699a 100644 (file)
@@ -34,8 +34,6 @@ rustc_interface = { path = "../rustc_interface" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
-rustc_mir_build = { path = "../rustc_mir_build" }
-rustc_typeck = { path = "../rustc_typeck" }
 
 [target.'cfg(windows)'.dependencies]
 winapi = { version = "0.3", features = ["consoleapi", "debugapi", "processenv"] }