Skip to content

Commit

Permalink
Mark extend() as unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Nov 8, 2019
1 parent fd088fe commit ab2f64c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stream/extend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit ab2f64c

Please sign in to comment.