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