Add link to tests

pull/701/head
Oleg Nosov 5 years ago
parent d7cab38b67
commit 68063adddf
No known key found for this signature in database
GPG Key ID: DE90B83800644E24

@ -144,6 +144,7 @@ impl Stream for Interchanger {
}
}
// https://github.com/async-rs/async-std/pull/701
#[test]
fn flat_map_doesnt_poll_completed_inner_stream() {
task::block_on(async {
@ -158,6 +159,7 @@ fn flat_map_doesnt_poll_completed_inner_stream() {
});
}
// https://github.com/async-rs/async-std/pull/701
#[test]
fn flatten_doesnt_poll_completed_inner_stream() {
task::block_on(async {

Loading…
Cancel
Save