mirror of
https://github.com/servo/servo.git
synced 2025-07-29 02:00:23 +01:00
Remove #![feature(rustc_attrs)]
This commit is contained in:
parent
3bc26d1819
commit
046a97fa13
10 changed files with 4 additions and 10 deletions
|
@ -12,7 +12,7 @@
|
|||
#![allow(non_snake_case)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#![feature(proc_macro, rustc_attrs)]
|
||||
#![feature(proc_macro)]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue