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 @@ -410,8 +410,7 @@ pub trait StreamExt: Stream {
410
410
///
411
411
/// # Examples
412
412
///
413
- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
414
- /// ```ignore
413
+ /// ```
415
414
/// #![feature(async_await)]
416
415
/// # futures::executor::block_on(async {
417
416
/// use futures::channel::mpsc;
@@ -448,8 +447,7 @@ pub trait StreamExt: Stream {
448
447
///
449
448
/// # Examples
450
449
///
451
- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
452
- /// ```ignore
450
+ /// ```
453
451
/// #![feature(async_await)]
454
452
/// # futures::executor::block_on(async {
455
453
/// use futures::channel::mpsc;
@@ -512,8 +510,7 @@ pub trait StreamExt: Stream {
512
510
///
513
511
/// # Examples
514
512
///
515
- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
516
- /// ```ignore
513
+ /// ```
517
514
/// #![feature(async_await)]
518
515
/// # futures::executor::block_on(async {
519
516
/// 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