We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd088fe commit ab2f64cCopy full SHA for ab2f64c
src/stream/extend.rs
@@ -65,6 +65,8 @@ pub trait Extend<A> {
65
/// #
66
/// # })
67
/// ```
68
+#[cfg(feature = "unstable")]
69
+#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
70
pub async fn extend<'a, C, A, T>(collection: &mut C, stream: T)
71
where
72
C: Extend<A>,
0 commit comments