hashmap: add FIXME number
This commit is contained in:
parent
8baefec013
commit
ac2e167e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ impl<T:Hash + Eq> HashSet<T> {
|
|||
}
|
||||
|
||||
/// Visit all elements in arbitrary order
|
||||
/// FIXME: Remove when all callers are converted
|
||||
/// FIXME: #6978: Remove when all callers are converted
|
||||
pub fn each(&self, f: &fn(&T) -> bool) -> bool {
|
||||
self.iter().advance(f)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue