]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_index/Cargo.toml
Rollup merge of #78730 - kornelski:not-inverse, r=Dylan-DPC
[rust.git] / compiler / rustc_index / Cargo.toml
index 6ac7c06ee838cde39ec14483b72b5bf17d89567d..6e1471df195b1a9b002880c056fcf85233ee759e 100644 (file)
@@ -8,6 +8,6 @@ edition = "2018"
 doctest = false
 
 [dependencies]
-arrayvec = "0.5.1"
+arrayvec = { version = "0.5.1", default-features = false }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_macros = { path = "../rustc_macros" }