Skip to content

Commit

Permalink
Use tracking issue, not feature request in stability marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lodato committed Sep 16, 2020
1 parent 2921101 commit d7cc6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/traits/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@ pub trait Iterator {
/// assert_eq!(counts[&'a'], 5);
/// ```
#[inline]
#[unstable(feature = "iterator_fold_mut", issue = "76725")]
#[unstable(feature = "iterator_fold_mut", issue = "76751")]
fn fold_mut<B, F>(mut self, init: B, mut f: F) -> B
where
Self: Sized,
Expand Down

0 comments on commit d7cc6be

Please sign in to comment.