Skip to content

Commit 5438258

Browse files
author
Stjepan Glavina
committed
Remove unused import
1 parent dc5d143 commit 5438258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stream/from_fn.rs

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ impl<F> Unpin for FromFn<F> {}
2828
/// #
2929
/// use async_std::prelude::*;
3030
/// use async_std::stream;
31-
/// use async_std::sync::{Arc, Mutex};
3231
///
3332
/// let mut count = 0u8;
3433
/// let s = stream::from_fn(|| {

0 commit comments

Comments
 (0)