We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5d143 commit 5438258Copy full SHA for 5438258
src/stream/from_fn.rs
@@ -28,7 +28,6 @@ impl<F> Unpin for FromFn<F> {}
28
/// #
29
/// use async_std::prelude::*;
30
/// use async_std::stream;
31
-/// use async_std::sync::{Arc, Mutex};
32
///
33
/// let mut count = 0u8;
34
/// let s = stream::from_fn(|| {
0 commit comments