Skip to content

Commit aae644a

Browse files
taiki-ecramertj
authored andcommitted
Revert "Ignore doc tests which "Broken MIR" ICE occurred"
This reverts commit 2d12746.
1 parent 6bbc1df commit aae644a

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

futures-util/src/stream/mod.rs

+3-6
Original file line numberDiff line numberDiff 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;

futures-util/src/try_stream/mod.rs

+2-4
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)