We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d512e7c commit 79bfd92Copy full SHA for 79bfd92
src/io/timeout.rs
@@ -61,7 +61,7 @@ where
61
Poll::Pending => match self.delay().poll(cx) {
62
Poll::Ready(_) => Poll::Ready(Err(io::Error::new(
63
io::ErrorKind::TimedOut,
64
- "future has timed out",
+ "IO operation has timed out",
65
))),
66
Poll::Pending => Poll::Pending,
67
},
0 commit comments