Skip to content

Commit 79bfd92

Browse files
yoshuawuytsskade
andauthored
Update src/io/timeout.rs
Co-Authored-By: Florian Gilcher <flo@andersground.net>
1 parent d512e7c commit 79bfd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/timeout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ where
6161
Poll::Pending => match self.delay().poll(cx) {
6262
Poll::Ready(_) => Poll::Ready(Err(io::Error::new(
6363
io::ErrorKind::TimedOut,
64-
"future has timed out",
64+
"IO operation has timed out",
6565
))),
6666
Poll::Pending => Poll::Pending,
6767
},

0 commit comments

Comments
 (0)