mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
Update the feature gates for contenttest.
This commit is contained in:
parent
9aa2696641
commit
385e472ca0
1 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,15 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(collections, core, env, io, os, path, rustc_private, std_misc, test)]
|
||||
#![feature(collections)]
|
||||
#![feature(core)]
|
||||
#![feature(exit_status)]
|
||||
#![feature(old_io)]
|
||||
#![feature(old_path)]
|
||||
#![feature(path)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(std_misc)]
|
||||
#![feature(test)]
|
||||
|
||||
extern crate getopts;
|
||||
extern crate test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue