Skip to content

Commit d7cc6be

Browse files
author
Mark Lodato
committed
Use tracking issue, not feature request in stability marker
1 parent 2921101 commit d7cc6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ pub trait Iterator {
20152015
/// assert_eq!(counts[&'a'], 5);
20162016
/// ```
20172017
#[inline]
2018-
#[unstable(feature = "iterator_fold_mut", issue = "76725")]
2018+
#[unstable(feature = "iterator_fold_mut", issue = "76751")]
20192019
fn fold_mut<B, F>(mut self, init: B, mut f: F) -> B
20202020
where
20212021
Self: Sized,

0 commit comments

Comments
 (0)