diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-23 08:45:50 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-23 08:45:50 -0600 |
commit | b1a35f549baad871a3691ae485af2efecd2d73f7 (patch) | |
tree | de33fc1afc2053baa73043f2ec1cde47362a497e /components/style/lib.rs | |
parent | ca79abe45871b4bfe8e8162cb39f8b6bacd0b0b6 (diff) | |
parent | 2755ed6c5807840429564607cad5d157f57b4870 (diff) | |
download | servo-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.rs | 2 |
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)] |