mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00:00
Remove #![feature(rustc_attrs)]
This commit is contained in:
parent
3bc26d1819
commit
046a97fa13
10 changed files with 4 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
//! The traits are here instead of in script so that these modules won't have
|
||||
//! to depend on script.
|
||||
|
||||
#![feature(plugin, proc_macro, rustc_attrs)]
|
||||
#![feature(plugin, proc_macro)]
|
||||
#![plugin(plugins)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(unsafe_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue