Fix some warnings in gfx.

This commit is contained in:
Simon Sapin 2015-03-18 22:08:00 +01:00
parent 2f6951af0b
commit 5ffd71cd5e
4 changed files with 6 additions and 7 deletions

View file

@ -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)]