rustfmt ;(
This commit is contained in:
parent
0327dd03c6
commit
3ab8b53532
|
|
@ -240,9 +240,7 @@ where
|
|||
return Poll::Pending;
|
||||
}
|
||||
Err(e) => {
|
||||
return Poll::Ready(Err(e
|
||||
.into_io_error()
|
||||
.unwrap_or_else(io::Error::other)));
|
||||
return Poll::Ready(Err(e.into_io_error().unwrap_or_else(io::Error::other)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue