diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-03-11 11:08:57 +0100 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-03-18 13:18:31 -0400 |
commit | 5f15eb5fbfb7a8649132cc8b3a07314389836714 (patch) | |
tree | cc36210329cb1a31709a03685c05c4aaa99407e3 /components/canvas/lib.rs | |
parent | 65d4b12bf20783ea784f1c61f4b33ec0fc975f4f (diff) | |
download | servo-5f15eb5fbfb7a8649132cc8b3a07314389836714.tar.gz servo-5f15eb5fbfb7a8649132cc8b3a07314389836714.zip |
Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index fb06eccc9f3..42fa6733998 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -5,8 +5,6 @@ #![feature(core)] #![feature(collections)] -#![allow(missing_copy_implementations)] - extern crate azure; extern crate cssparser; extern crate geom; |