]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/Cargo.toml
Rollup merge of #67686 - ssomers:keys_start_slasher, r=Mark-Simulacrum
[rust.git] / src / librustc_mir / Cargo.toml
index 9b6908dbbe78906ab2f043fd63ce1c953942a873..00881e3ea6f1943e996ac00f246cbf451ac13cb6 100644 (file)
@@ -10,7 +10,6 @@ path = "lib.rs"
 doctest = false
 
 [dependencies]
-arena = { path = "../libarena" }
 either = "1.5.0"
 dot = { path = "../libgraphviz", package = "graphviz" }
 itertools = "0.8"
@@ -30,4 +29,3 @@ syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 rustc_apfloat = { path = "../librustc_apfloat" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
-rustc_error_codes = { path = "../librustc_error_codes" }