mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove #![feature(rustc_attrs)]
This commit is contained in:
parent
3bc26d1819
commit
046a97fa13
10 changed files with 4 additions and 10 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
||||
#![cfg_attr(feature = "servo", feature(rustc_attrs))]
|
||||
|
||||
extern crate app_units;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue