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 c0a9fd7 commit b13f73cCopy full SHA for b13f73c
test/test_poll.rs
@@ -11,7 +11,7 @@ macro_rules! loop_while_eintr {
11
match $poll_expr {
12
Ok(nfds) => break nfds,
13
Err(Error::Sys(Errno::EINTR)) => (),
14
- Err(e) => panic!(e)
+ Err(e) => panic!("{}", e)
15
}
16
17
0 commit comments