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