aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-03-23 10:49:44 +0100
committerMs2ger <ms2ger@gmail.com>2015-03-23 10:49:44 +0100
commit2755ed6c5807840429564607cad5d157f57b4870 (patch)
treebadc5e532c5724a07c5d8c118a8cfe98fe6dfb1d /components/net/lib.rs
parent1f682d878db99651bfd26b8a28b57895f2238f87 (diff)
downloadservo-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.rs2
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;