We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e0478 commit 9bc90ccCopy full SHA for 9bc90cc
crates/shadowsocks/src/relay/sys/unix/uds.rs
@@ -46,7 +46,7 @@ impl UnixStream {
46
Err(ref err) if err.kind() == ErrorKind::WouldBlock => {
47
ready.clear_ready();
48
}
49
- x => Poll::Ready(x),
+ x => return Poll::Ready(x),
50
51
52
0 commit comments