Fix more warnings everywhere.

This commit is contained in:
Simon Sapin 2015-03-18 22:11:20 +01:00
parent 5ffd71cd5e
commit 6a58cbd118
7 changed files with 5 additions and 7 deletions

View file

@ -5,7 +5,8 @@
#![feature(box_syntax)]
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![feature(old_io)]
#![feature(old_path)]
#![feature(rustc_private)]
#![feature(std_misc)]

View file

@ -40,7 +40,7 @@ impl ScrollingTimerProxy {
receiver: to_scrolling_timer_receiver,
};
scrolling_timer.run();
});
}).unwrap();
ScrollingTimerProxy {
sender: to_scrolling_timer_sender,
}