We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee14e4 commit dcd4beeCopy full SHA for dcd4bee
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 8baefec013876a46c084cf88d48c760a659e713f
+refs/heads/master: ac2e167e7ed73cdb8863075d09633bb91ca0028f
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
trunk/src/libstd/hashmap.rs
@@ -719,7 +719,7 @@ impl<T:Hash + Eq> HashSet<T> {
719
}
720
721
/// Visit all elements in arbitrary order
722
- /// FIXME: Remove when all callers are converted
+ /// FIXME: #6978: Remove when all callers are converted
723
pub fn each(&self, f: &fn(&T) -> bool) -> bool {
724
self.iter().advance(f)
725
0 commit comments