Skip to content

Commit aa1056a

Browse files
committed
Removed unnecessary links
1 parent 924e5a3 commit aa1056a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/stream.rs

-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ impl Stream for Interchanger {
154154
}
155155
}
156156

157-
// https://github.com/async-rs/async-std/pull/701
158157
#[test]
159158
fn flat_map_doesnt_poll_completed_inner_stream() {
160159
task::block_on(async {
@@ -169,7 +168,6 @@ fn flat_map_doesnt_poll_completed_inner_stream() {
169168
});
170169
}
171170

172-
// https://github.com/async-rs/async-std/pull/701
173171
#[test]
174172
fn flatten_doesnt_poll_completed_inner_stream() {
175173
task::block_on(async {

0 commit comments

Comments
 (0)