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 8baefec commit ac2e167Copy full SHA for ac2e167
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