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.
2 parents 6216661 + 412ab49 commit 03ca1beCopy full SHA for 03ca1be
src/libstd/rt/io/net/tcp.rs
@@ -93,7 +93,7 @@ impl Writer for TcpStream {
93
}
94
95
96
- fn flush(&mut self) { fail!() }
+ fn flush(&mut self) { /* no-op */ }
97
98
99
pub struct TcpListener(~RtioTcpListenerObject);
0 commit comments