Fix some warnings in util.

This commit is contained in:
Simon Sapin 2015-03-18 21:35:06 +01:00
parent d553bfefbb
commit 1e858ecbc6
4 changed files with 13 additions and 8 deletions

View file

@ -6,15 +6,20 @@
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]
#![feature(env)]
#![feature(exit_status)]
#![feature(hash)]
#![feature(int_uint)]
#![feature(io)]
#![feature(optin_builtin_traits)]
#![feature(old_io)]
#![feature(old_path)]
#![feature(page_size)]
#![feature(path)]
#![feature(path_ext)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]
#![feature(str_words)]
#![feature(unicode)]
#![feature(unsafe_destructor)]