mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove #![feature(custom_attribute)]
This commit is contained in:
parent
c4f27e42b7
commit
a9767333eb
8 changed files with 1 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![feature(custom_attribute, plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue