Skip to content

Commit ac2e167

Browse files
committed
hashmap: add FIXME number
1 parent 8baefec commit ac2e167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/hashmap.rs

+1-1
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)