Mark extend() as unstable

pull/479/head
Stjepan Glavina 5 years ago
parent fd088fea38
commit ab2f64cd84

@ -65,6 +65,8 @@ pub trait Extend<A> {
/// #
/// # })
/// ```
#[cfg(feature = "unstable")]
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
pub async fn extend<'a, C, A, T>(collection: &mut C, stream: T)
where
C: Extend<A>,

Loading…
Cancel
Save