about summary refs log tree commit diff
path: root/src/librustc_data_structures/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-09-19 02:37:37 +0000
committerbors <bors@rust-lang.org>2018-09-19 02:37:37 +0000
commitff6422d7a392acfc8af28994d65af2bbaecea4f6 (patch)
treef8ca0e5126de7beb4f9780d60eebef130e61c03d /src/librustc_data_structures/lib.rs
parent8f376771cffad044b0c5a83d7055c3297aa65d42 (diff)
parent154be2c98cf348de080ce951df3f73649e8bb1a6 (diff)
downloadrust-ff6422d7a392acfc8af28994d65af2bbaecea4f6.tar.gz
rust-ff6422d7a392acfc8af28994d65af2bbaecea4f6.zip
Auto merge of #54318 - nnethercote:use-HybridBitSet-in-SparseBitMatrix, r=pnkfelix
Use `HybridBitSet` in `SparseBitMatrix`.

This fixes most of the remaining NLL memory regression.

r? @pnkfelix, because you reviewed #54286.
cc @nikomatsakis, because NLL
cc @Mark-Simulacrum, because this removes `array_vec.rs`
cc @lqd, because this massively improves `unic-ucd-name`, and probably other public crates
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index 1d7557953e9..70b960ac351 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -60,7 +60,6 @@ extern crate rustc_cratesio_shim;
 pub use rustc_serialize::hex::ToHex;
 
 pub mod svh;
-pub mod array_vec;
 pub mod base_n;
 pub mod bit_set;
 pub mod const_cstr;