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 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; |