mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Only define feature gates when they're used.
This commit is contained in:
parent
886805d76c
commit
3cd999b60b
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
|||
|
||||
#![feature(int_uint)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(old_io)]
|
||||
#![feature(std_misc)]
|
||||
#![cfg_attr(all(feature = "window", target_os = "linux"), feature(old_io, std_misc))]
|
||||
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[cfg(target_os="macos")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue