mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Fix some warnings in gfx.
This commit is contained in:
parent
2f6951af0b
commit
5ffd71cd5e
4 changed files with 6 additions and 7 deletions
|
@ -6,10 +6,9 @@
|
|||
#![feature(box_syntax)]
|
||||
#![feature(collections)]
|
||||
#![feature(core)]
|
||||
#![feature(hash)]
|
||||
#![feature(int_uint)]
|
||||
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(io))]
|
||||
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(path))]
|
||||
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(old_io))]
|
||||
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(old_path))]
|
||||
#![feature(plugin)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(std_misc)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue