X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_typeck%2FCargo.toml;h=4b27d86dd02a741380e74f1ab36ce598df884fd0;hb=88429fb5e250d61e60578e3ed5de4ac2d56567a8;hp=84e5f56d9c208456ee22139fc78073a91a8fa71a;hpb=ac8acd856e6f376183a4a6ed2bc9bb0fd6f63b32;p=rust.git diff --git a/src/librustc_typeck/Cargo.toml b/src/librustc_typeck/Cargo.toml index 84e5f56d9c2..4b27d86dd02 100644 --- a/src/librustc_typeck/Cargo.toml +++ b/src/librustc_typeck/Cargo.toml @@ -22,4 +22,3 @@ smallvec = { version = "1.0", features = ["union", "may_dangle"] } syntax = { path = "../libsyntax" } rustc_span = { path = "../librustc_span" } rustc_index = { path = "../librustc_index" } -rustc_error_codes = { path = "../librustc_error_codes" }