Skip to content

Commit dcd4bee

Browse files
committed
---
yaml --- r: 66159 b: refs/heads/master c: ac2e167 h: refs/heads/master i: 66157: 6a46651 66155: fc27c47 66151: 7f40bc7 66143: 65976b6 v: v3
1 parent 4ee14e4 commit dcd4bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8baefec013876a46c084cf88d48c760a659e713f
2+
refs/heads/master: ac2e167e7ed73cdb8863075d09633bb91ca0028f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9

trunk/src/libstd/hashmap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ impl<T:Hash + Eq> HashSet<T> {
719719
}
720720

721721
/// Visit all elements in arbitrary order
722-
/// FIXME: Remove when all callers are converted
722+
/// FIXME: #6978: Remove when all callers are converted
723723
pub fn each(&self, f: &fn(&T) -> bool) -> bool {
724724
self.iter().advance(f)
725725
}

0 commit comments

Comments
 (0)