We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 373ae27 + ae3251d commit 9272caeCopy full SHA for 9272cae
futures-util/src/stream/mod.rs
@@ -680,7 +680,7 @@ pub trait StreamExt: Stream {
680
/// # Examples
681
///
682
/// ```
683
- /// #![feature(async_await)]
+ /// #![feature(async_await, async_closure)]
684
/// # futures::executor::block_on(async {
685
/// use futures::channel::oneshot;
686
/// use futures::stream::{self, StreamExt};
futures-util/src/try_stream/mod.rs
@@ -396,7 +396,7 @@ pub trait TryStreamExt: TryStream {
396
397
398
399
400
401
402
/// use futures::stream::{self, StreamExt, TryStreamExt};
0 commit comments