]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/Cargo.toml
Rollup merge of #102778 - nbdd0121:mir, r=tmiasko
[rust.git] / compiler / rustc_middle / Cargo.toml
index c0e16e7dd822f4b717b24c8609e0ab235f870e6a..de916ea8c49733f9df5b0619025c544d4d745def 100644 (file)
@@ -4,6 +4,7 @@ version = "0.0.0"
 edition = "2021"
 
 [lib]
+doctest = false
 
 [dependencies]
 bitflags = "1.2.1"
@@ -11,8 +12,6 @@ chalk-ir = "0.80.0"
 either = "1.5.0"
 gsgdt = "0.1.2"
 polonius-engine = "0.13.0"
-rand = "0.8.4"
-rand_xoshiro = "0.6.0"
 rustc_apfloat = { path = "../rustc_apfloat" }
 rustc_arena = { path = "../rustc_arena" }
 rustc_ast = { path = "../rustc_ast" }