mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-28 23:29:41 +00:00
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)
|
||||
where
|
||||
C: Extend<A>,
|
||||
|
|
Loading…
Reference in a new issue