aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-03-11 21:42:48 -0600
committerbors-servo <metajack+bors@gmail.com>2015-03-11 21:42:48 -0600
commit27a76f14b2baa58946004e17f4a417344a43e0a5 (patch)
tree525f64e4b10221309fda5621d622ef925474b610
parent7b6e314df1b93bd749eee9036927d795f26e1590 (diff)
parent8223f695fb5730dcc199e48d2a7892d99ba5ed94 (diff)
downloadservo-27a76f14b2baa58946004e17f4a417344a43e0a5.tar.gz
servo-27a76f14b2baa58946004e17f4a417344a43e0a5.zip
auto merge of #5201 : Ms2ger/servo/plugins, r=jdm
-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;