Skip to content

Commit ab2f64c

Browse files
author
Stjepan Glavina
committed
Mark extend() as unstable
1 parent fd088fe commit ab2f64c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/stream/extend.rs

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ pub trait Extend<A> {
6565
/// #
6666
/// # })
6767
/// ```
68+
#[cfg(feature = "unstable")]
69+
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
6870
pub async fn extend<'a, C, A, T>(collection: &mut C, stream: T)
6971
where
7072
C: Extend<A>,

0 commit comments

Comments
 (0)