]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/collections/hash/table.rs
rollup merge of #19038: jayelm/fixed-typos
[rust.git] / src / libstd / collections / hash / table.rs
index a83ce04480931d8197a805f557b2b9f5ff87d6d1..f41ccea0aaf0370dff35ceb188edaa58b01f0893 100644 (file)
@@ -10,6 +10,8 @@
 //
 // ignore-lexer-test FIXME #15883
 
+pub use self::BucketState::*;
+
 use clone::Clone;
 use cmp;
 use hash::{Hash, Hasher};