diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index da826cf68e7..26e7b07e04a 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -16,10 +16,8 @@ #![allow(missing_copy_implementations)] -#[plugin] #[macro_use] extern crate syntax; -#[plugin] #[macro_use] extern crate rustc;