Add tracking issue

This commit is contained in:
fren_gor 2022-03-09 21:12:07 +01:00
parent 04b3162764
commit 63eddb3e68
No known key found for this signature in database
GPG key ID: B5BC8DBFB273C8C4

View file

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