]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_symbol_mangling/Cargo.toml
Rollup merge of #105889 - Nilstrieb:fmt-libtest, r=thomcc
[rust.git] / compiler / rustc_symbol_mangling / Cargo.toml
index 3db05225722e71aad54fad9c2e6d53d288992353..4e447eab02e7c9d7e9dd581355282fa6a52de6c9 100644 (file)
@@ -4,13 +4,13 @@ version = "0.0.0"
 edition = "2021"
 
 [lib]
-doctest = false
 
 [dependencies]
 bitflags = "1.2.1"
 tracing = "0.1"
 punycode = "0.4.0"
 rustc-demangle = "0.1.21"
+twox-hash = "1.6.3"
 
 rustc_span = { path = "../rustc_span" }
 rustc_middle = { path = "../rustc_middle" }