Linter changes

This commit is contained in:
Keegan McAllister 2013-08-09 13:17:11 -07:00
parent ac380df8b0
commit 907d9f23cf
9 changed files with 1 additions and 14 deletions

View file

@ -171,7 +171,6 @@ enum AfterPrefetch {
DoNotDecode
}
#[allow(non_implicitly_copyable_typarams)]
impl ImageCache {
pub fn run(&mut self) {
let mut msg_handlers: ~[~fn(msg: &Msg)] = ~[];