forked from mirror/async-std
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::stream;
|
||||
/// use async_std::sync::{Arc, Mutex};
|
||||
///
|
||||
/// let mut count = 0u8;
|
||||
/// let s = stream::from_fn(|| {
|
||||
|
|
Loading…
Reference in a new issue