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 @@ -407,8 +407,7 @@ pub trait StreamExt: Stream {
407407 ///
408408 /// # Examples
409409 ///
410- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
411- /// ```ignore
410+ /// ```
412411 /// #![feature(async_await)]
413412 /// # futures::executor::block_on(async {
414413 /// use futures::channel::mpsc;
@@ -445,8 +444,7 @@ pub trait StreamExt: Stream {
445444 ///
446445 /// # Examples
447446 ///
448- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
449- /// ```ignore
447+ /// ```
450448 /// #![feature(async_await)]
451449 /// # futures::executor::block_on(async {
452450 /// use futures::channel::mpsc;
@@ -509,8 +507,7 @@ pub trait StreamExt: Stream {
509507 ///
510508 /// # Examples
511509 ///
512- // TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
513- /// ```ignore
510+ /// ```
514511 /// #![feature(async_await)]
515512 /// # futures::executor::block_on(async {
516513 /// 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