Fix a few warnings

This commit is contained in:
Glenn Watson 2015-03-23 09:57:33 +10:00
parent 445f1c891a
commit 918d64e6fc
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@
#![feature(core)]
#![feature(int_uint)]
#![feature(old_io)]
#![feature(path)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]