]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/Cargo.toml
Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se
[rust.git] / compiler / rustc_codegen_llvm / Cargo.toml
index a068aa2ec6244e5bc1f93e880ac80f9016a0117b..0ad39c24025fd6ba8e8b19642f45b0836bf2386c 100644 (file)
@@ -5,7 +5,6 @@ edition = "2021"
 
 [lib]
 test = false
-doctest = false
 
 [dependencies]
 bitflags = "1.0"
@@ -34,3 +33,4 @@ rustc_target = { path = "../rustc_target" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
+tempfile = "3.2.0"