mirror of
https://github.com/async-rs/async-std.git
synced 2025-06-12 09:11:35 +00:00
Remove unused import
This commit is contained in:
parent
dc5d143c16
commit
5438258cee
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ impl<F> Unpin for FromFn<F> {}
|
||||||
/// #
|
/// #
|
||||||
/// use async_std::prelude::*;
|
/// use async_std::prelude::*;
|
||||||
/// use async_std::stream;
|
/// use async_std::stream;
|
||||||
/// use async_std::sync::{Arc, Mutex};
|
|
||||||
///
|
///
|
||||||
/// let mut count = 0u8;
|
/// let mut count = 0u8;
|
||||||
/// let s = stream::from_fn(|| {
|
/// let s = stream::from_fn(|| {
|
||||||
|
|
Loading…
Reference in a new issue