mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Split feature gates into lines for easy grepping
This commit is contained in:
parent
2795e5fa9c
commit
2f030966bf
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@
|
|||
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(box_syntax, plugin, plugin_registrar, rustc_private)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(plugin)]
|
||||
#![feature(plugin_registrar)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue