We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a64d1 commit 8ef8cd0Copy full SHA for 8ef8cd0
src/concurrent_stream/for_each.rs
@@ -163,7 +163,6 @@ mod test {
163
use super::*;
164
use crate::prelude::*;
165
use futures_lite::stream;
166
- use std::sync::Arc;
167
168
#[test]
169
fn concurrency_one() {
src/concurrent_stream/try_for_each.rs
@@ -196,7 +196,7 @@ mod test {
196
197
198
199
- use std::{io, sync::Arc};
+ use std::io;
200
201
202
0 commit comments