Skip to content

Commit 9e9ca9b

Browse files
committed
---
yaml --- r: 273447 b: refs/heads/beta c: c21d975 h: refs/heads/master i: 273445: f66895d 273443: 04069e2 273439: 28e82b2
1 parent 0476819 commit 9e9ca9b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 6a1ccf8a86a0753cfbec3ad659b4f3ed58a95867
26+
refs/heads/beta: c21d97550336481728702ccc30522c7020e820d8
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/src/libstd/collections/hash/table.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ impl<K, V> RawBucket<K, V> {
180180
}
181181
}
182182

183-
// Uncomment dead code when it's needed.
184-
185183
// Buckets hold references to the table.
186184
impl<K, V, M> FullBucket<K, V, M> {
187185
/// Borrow a reference to the table.
@@ -203,17 +201,9 @@ impl<K, V, M> EmptyBucket<K, V, M> {
203201
pub fn table(&self) -> &M {
204202
&self.table
205203
}
206-
// /// Move out the reference to the table.
207-
// pub fn into_table(self) -> M {
208-
// self.table
209-
// }
210204
}
211205

212206
impl<K, V, M> Bucket<K, V, M> {
213-
// /// Move out the reference to the table.
214-
// pub fn into_table(self) -> M {
215-
// self.table
216-
// }
217207
/// Get the raw index.
218208
pub fn index(&self) -> usize {
219209
self.idx

0 commit comments

Comments
 (0)