Remove unused import

This commit is contained in:
Stjepan Glavina 2019-11-11 13:19:59 +01:00
parent dc5d143c16
commit 5438258cee

View file

@ -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(|| {