forked from mirror/async-std
Mark extend() as unstable
This commit is contained in:
parent
fd088fea38
commit
ab2f64cd84
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
pub async fn extend<'a, C, A, T>(collection: &mut C, stream: T)
|
||||||
where
|
where
|
||||||
C: Extend<A>,
|
C: Extend<A>,
|
||||||
|
|
Loading…
Reference in a new issue