From 8223f695fb5730dcc199e48d2a7892d99ba5ed94 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 11 Mar 2015 23:45:16 +0100 Subject: [PATCH] Remove plugin attributes from extern crates. --- components/plugins/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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;