Skip to content

Commit 63eddb3

Browse files
committed
Add tracking issue
1 parent 04b3162 commit 63eddb3

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
@@ -1921,7 +1921,7 @@ pub trait Iterator {
19211921
/// println!("Vec len now is {}", count);
19221922
/// ```
19231923
#[inline]
1924-
#[unstable(feature = "iter_collect_into", reason = "new API", issue = "none")]
1924+
#[unstable(feature = "iter_collect_into", reason = "new API", issue = "94780")]
19251925
fn collect_into<E: Extend<Self::Item>>(self, collection: &mut E) -> &mut E
19261926
where
19271927
Self: Sized,

0 commit comments

Comments
 (0)