Squashing a few warnings.

This commit is contained in:
Adenilson Cavalcanti 2015-03-18 16:26:16 -07:00
parent 124a78fb2e
commit 375dbeff1e
3 changed files with 2 additions and 5 deletions

View file

@ -12,14 +12,11 @@
#![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)]