File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,8 @@ pub trait StreamExt: Stream {
407
407
///
408
408
/// # Examples
409
409
///
410
- /// ```
410
+ // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
411
+ /// ```ignore
411
412
/// #![feature(async_await)]
412
413
/// # futures::executor::block_on(async {
413
414
/// use futures::channel::mpsc;
@@ -444,7 +445,8 @@ pub trait StreamExt: Stream {
444
445
///
445
446
/// # Examples
446
447
///
447
- /// ```
448
+ // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
449
+ /// ```ignore
448
450
/// #![feature(async_await)]
449
451
/// # futures::executor::block_on(async {
450
452
/// use futures::channel::mpsc;
@@ -507,7 +509,8 @@ pub trait StreamExt: Stream {
507
509
///
508
510
/// # Examples
509
511
///
510
- /// ```
512
+ // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
513
+ /// ```ignore
511
514
/// #![feature(async_await)]
512
515
/// # futures::executor::block_on(async {
513
516
/// use futures::channel::mpsc;
Original file line number Diff line number Diff line change @@ -449,7 +449,8 @@ pub trait TryStreamExt: TryStream {
449
449
///
450
450
/// # Examples
451
451
///
452
- /// ```
452
+ // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
453
+ /// ```ignore
453
454
/// #![feature(async_await)]
454
455
/// # futures::executor::block_on(async {
455
456
/// use futures::channel::mpsc;
@@ -607,7 +608,8 @@ pub trait TryStreamExt: TryStream {
607
608
///
608
609
/// # Examples
609
610
///
610
- /// ```
611
+ // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
612
+ /// ```ignore
611
613
/// #![feature(async_await)]
612
614
/// # futures::executor::block_on(async {
613
615
/// use futures::channel::mpsc;
You can’t perform that action at this time.
0 commit comments