]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_build/Cargo.toml
Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-Simulacrum
[rust.git] / compiler / rustc_mir_build / Cargo.toml
index 30f90e383a889d59537b0d3c3c0c32d9c0164129..2baa3bfcb6401f3570ee79012cab627d0a6b11f9 100644 (file)
@@ -4,11 +4,11 @@ version = "0.0.0"
 edition = "2021"
 
 [lib]
-doctest = false
 
 [dependencies]
 rustc_arena = { path = "../rustc_arena" }
 tracing = "0.1"
+either = "1"
 rustc_middle = { path = "../rustc_middle" }
 rustc_apfloat = { path = "../rustc_apfloat" }
 rustc_attr = { path = "../rustc_attr" }