servo: Merge #5201 - Remove plugin attributes from extern crates (from Ms2ger:plugins); r=jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: 27a76f14b2baa58946004e17f4a417344a43e0a5
This commit is contained in:
Ms2ger
2015-03-11 21:42:48 -06:00
parent cdb0358d53
commit f4399c009d

View File

@@ -16,10 +16,8 @@
#![allow(missing_copy_implementations)]
#[plugin]
#[macro_use]
extern crate syntax;
#[plugin]
#[macro_use]
extern crate rustc;