[no description]
Diffstat (limited to 'src/iterator.rs')
| -rw-r--r-- | src/iterator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iterator.rs b/src/iterator.rs index 9d47e46..6343755 100644 --- a/src/iterator.rs +++ b/src/iterator.rs @@ -238,7 +238,7 @@ ref_traits!( as_mut, mut ); -/// Required to call [`IteratorOfTuples::filter_map_on`] +/// Required to call [`IteratorOfTuplesWithF::filter_map_at`] pub fn hrf<T, U, F: for<'a> Fn(&'a T) -> U>(f: F) -> F { f } |