From 26a2f852beae15235e7d3c4c5751ffe8e9459817 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sat, 21 Nov 2015 17:39:15 +0300 Subject: Fix the fallout --- src/libstd/collections/hash/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/collections/hash/table.rs b/src/libstd/collections/hash/table.rs index e8796dd10b4..097968cd5a3 100644 --- a/src/libstd/collections/hash/table.rs +++ b/src/libstd/collections/hash/table.rs @@ -123,7 +123,7 @@ pub enum BucketState { // A GapThenFull encapsulates the state of two consecutive buckets at once. // The first bucket, called the gap, is known to be empty. // The second bucket is full. -struct GapThenFull { +pub struct GapThenFull { gap: EmptyBucket, full: FullBucket, } -- cgit 1.4.1-3-g733a5