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 8cf60de commit 412ab49Copy full SHA for 412ab49
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