Remove plugin attributes from extern crates.

This commit is contained in:
Ms2ger 2015-03-11 23:45:16 +01:00
parent 7b6e314df1
commit 8223f695fb

View file

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