aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/image_cache_task.rs
diff options
context:
space:
mode:
authorKeegan McAllister <kmcallister@mozilla.com>2013-08-09 13:17:11 -0700
committerKeegan McAllister <kmcallister@mozilla.com>2013-08-15 13:55:40 -0700
commit907d9f23cf8ab5be112376199c3c57ba9e4a3035 (patch)
treefee523975f9752a54599544b0d2fff2a3f06f724 /src/components/net/image_cache_task.rs
parentac380df8b0439a2e909a96ef1ac4dc56501269f0 (diff)
downloadservo-907d9f23cf8ab5be112376199c3c57ba9e4a3035.tar.gz
servo-907d9f23cf8ab5be112376199c3c57ba9e4a3035.zip
Linter changes
Diffstat (limited to 'src/components/net/image_cache_task.rs')
-rw-r--r--src/components/net/image_cache_task.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/net/image_cache_task.rs b/src/components/net/image_cache_task.rs
index aa0440ff701..9f7ea6904c2 100644
--- a/src/components/net/image_cache_task.rs
+++ b/src/components/net/image_cache_task.rs
@@ -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)] = ~[];