diff options
author | Matthew Rasmus <mattr@zzntd.com> | 2015-01-07 19:23:23 -0800 |
---|---|---|
committer | Matthew Rasmus <mattr@zzntd.com> | 2015-01-08 08:51:11 -0800 |
commit | a3fc3a15818ffa3929910cf842cf2743941cee74 (patch) | |
tree | 48433a0b9f78e5c717a174b30a2fef047d0d0a51 /components/canvas/lib.rs | |
parent | dc721199985feaf94d23af3e7c5ab2a12e15bcbe (diff) | |
download | servo-a3fc3a15818ffa3929910cf842cf2743941cee74.tar.gz servo-a3fc3a15818ffa3929910cf842cf2743941cee74.zip |
Allow `missing_copy_implementations`
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index 2604c28af07..8280c530d8e 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -4,6 +4,7 @@ #![deny(unused_imports)] #![deny(unused_variables)] +#![allow(missing_copy_implementations)] extern crate azure; extern crate geom; |