Update to latest Rust.

This commit is contained in:
Jack Moffitt 2013-07-08 18:41:33 -06:00
parent e0e5e1a2a7
commit 870db39836
75 changed files with 539 additions and 626 deletions

View file

@ -34,7 +34,7 @@ pub struct Window {
}
impl Drop for Window {
fn finalize(&self) {
fn drop(&self) {
self.timer_chan.send(TimerMessage_Close);
}
}