aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-03-23 08:45:50 -0600
committerbors-servo <metajack+bors@gmail.com>2015-03-23 08:45:50 -0600
commitb1a35f549baad871a3691ae485af2efecd2d73f7 (patch)
treede33fc1afc2053baa73043f2ec1cde47362a497e /components/style/lib.rs
parentca79abe45871b4bfe8e8162cb39f8b6bacd0b0b6 (diff)
parent2755ed6c5807840429564607cad5d157f57b4870 (diff)
downloadservo-b1a35f549baad871a3691ae485af2efecd2d73f7.tar.gz
servo-b1a35f549baad871a3691ae485af2efecd2d73f7.zip
auto merge of #5324 : Ms2ger/servo/missing_copy_implementations, r=jdm
This is now the default.
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 76a0cbb6866..4951242290b 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -10,8 +10,6 @@
#![feature(collections)]
#![feature(rustc_private)]
-#![allow(missing_copy_implementations)]
-
#![plugin(string_cache_plugin)]
#![plugin(mod_path)]