mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
auto merge of #9114 : sfackler/rust/flush-fix, r=brson
This commit is contained in:
commit
03ca1befb3
@ -93,7 +93,7 @@ impl Writer for TcpStream {
|
||||
}
|
||||
}
|
||||
|
||||
fn flush(&mut self) { fail!() }
|
||||
fn flush(&mut self) { /* no-op */ }
|
||||
}
|
||||
|
||||
pub struct TcpListener(~RtioTcpListenerObject);
|
||||
|
Loading…
Reference in New Issue
Block a user