Skip to content

Commit cfa0385

Browse files
committed
Revert "Ignore doc tests which "Broken MIR" ICE occurred"
This reverts commit 2d12746.
1 parent d9ced4e commit cfa0385

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
@@ -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;

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)