diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-03-23 10:49:44 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-03-23 10:49:44 +0100 |
commit | 2755ed6c5807840429564607cad5d157f57b4870 (patch) | |
tree | badc5e532c5724a07c5d8c118a8cfe98fe6dfb1d /components/net/lib.rs | |
parent | 1f682d878db99651bfd26b8a28b57895f2238f87 (diff) | |
download | servo-2755ed6c5807840429564607cad5d157f57b4870.tar.gz servo-2755ed6c5807840429564607cad5d157f57b4870.zip |
Remove allow(missing_copy_implementations) attributes.
This is now the default.
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 7137b410af7..c7dc87a538c 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -17,8 +17,6 @@ #![feature(std_misc)] #![feature(unboxed_closures)] -#![allow(missing_copy_implementations)] - #![plugin(regex_macros)] extern crate "cookie" as cookie_rs; |