Skip to content

Commit 570179c

Browse files
committed
---
yaml --- r: 50148 b: refs/heads/auto c: 0c8c3b4 h: refs/heads/master v: v3
1 parent e41e4d2 commit 570179c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: 55fbb9518b31e47e796110a1d214a2ef5c11fab5
17+
refs/heads/auto: 0c8c3b42326c17d59204106d120508969e2b338c
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167

branches/auto/src/libcore/trie.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ impl Mutable for TrieSet {
191191
fn clear(&mut self) { self.map.clear() }
192192
}
193193

194-
impl TrieSet {
194+
pub impl TrieSet {
195195
/// Create an empty TrieSet
196196
#[inline(always)]
197197
fn new() -> TrieSet {
@@ -303,7 +303,6 @@ fn insert<T>(count: &mut uint, child: &mut Child<T>, key: uint, value: T,
303303
added = insert(&mut x.count, &mut x.children[chunk(key, idx)], key,
304304
value, idx + 1);
305305
Internal(x)
306-
307306
}
308307
Nothing => {
309308
*count += 1;

0 commit comments

Comments
 (0)