aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-03-11 23:45:16 +0100
committerMs2ger <ms2ger@gmail.com>2015-03-11 23:45:16 +0100
commit8223f695fb5730dcc199e48d2a7892d99ba5ed94 (patch)
tree525f64e4b10221309fda5621d622ef925474b610
parent7b6e314df1b93bd749eee9036927d795f26e1590 (diff)
downloadservo-8223f695fb5730dcc199e48d2a7892d99ba5ed94.tar.gz
servo-8223f695fb5730dcc199e48d2a7892d99ba5ed94.zip
Remove plugin attributes from extern crates.
-rw-r--r--components/plugins/lib.rs2
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;