File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 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 {
410410 ///
411411 /// # Examples
412412 ///
413- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
414- /// ```ignore
413+ /// ```
415414 /// #![feature(async_await)]
416415 /// # futures::executor::block_on(async {
417416 /// use futures::channel::mpsc;
@@ -448,8 +447,7 @@ pub trait StreamExt: Stream {
448447 ///
449448 /// # Examples
450449 ///
451- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
452- /// ```ignore
450+ /// ```
453451 /// #![feature(async_await)]
454452 /// # futures::executor::block_on(async {
455453 /// use futures::channel::mpsc;
@@ -512,8 +510,7 @@ pub trait StreamExt: Stream {
512510 ///
513511 /// # Examples
514512 ///
515- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
516- /// ```ignore
513+ /// ```
517514 /// #![feature(async_await)]
518515 /// # futures::executor::block_on(async {
519516 /// use futures::channel::mpsc;
Original file line number Diff line number Diff line change @@ -449,8 +449,7 @@ pub trait TryStreamExt: TryStream {
449449 ///
450450 /// # Examples
451451 ///
452- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
453- /// ```ignore
452+ /// ```
454453 /// #![feature(async_await)]
455454 /// # futures::executor::block_on(async {
456455 /// use futures::channel::mpsc;
@@ -608,8 +607,7 @@ pub trait TryStreamExt: TryStream {
608607 ///
609608 /// # Examples
610609 ///
611- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
612- /// ```ignore
610+ /// ```
613611 /// #![feature(async_await)]
614612 /// # futures::executor::block_on(async {
615613 /// use futures::channel::mpsc;
You can’t perform that action at this time.
0 commit comments