mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-26 02:06:48 +00:00
Run fmt
This commit is contained in:
parent
171cc82aed
commit
fd09e2f248
1 changed files with 5 additions and 7 deletions
|
@ -26,9 +26,7 @@ impl<S, T> Stream for Cycle<S,T>
|
|||
where
|
||||
S: Stream<Item = T>,
|
||||
T: Clone,
|
||||
|
||||
{
|
||||
|
||||
type Item = S::Item;
|
||||
|
||||
fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> {
|
||||
|
|
Loading…
Reference in a new issue