mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Make some feature gates conditional to avoid unused feature warnings.
This commit is contained in:
parent
c0e2a237ec
commit
d931617449
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#![feature(int_uint)]
|
||||
#![feature(core)]
|
||||
#![feature(hash)]
|
||||
#![cfg_attr(feature = "window", feature(hash))]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(libc)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue