diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 26e7b07e04a..3a7da6a20f8 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -14,8 +14,6 @@ #![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, core, unicode)] -#![allow(missing_copy_implementations)] - #[macro_use] extern crate syntax; #[macro_use] |