mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
Remove plugin attributes from extern crates.
This commit is contained in:
parent
7b6e314df1
commit
8223f695fb
1 changed files with 0 additions and 2 deletions
|
@ -16,10 +16,8 @@
|
||||||
|
|
||||||
#![allow(missing_copy_implementations)]
|
#![allow(missing_copy_implementations)]
|
||||||
|
|
||||||
#[plugin]
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate syntax;
|
extern crate syntax;
|
||||||
#[plugin]
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate rustc;
|
extern crate rustc;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue