Squashing a few compiler warnings.

This commit is contained in:
Adenilson Cavalcanti 2015-04-13 14:25:42 -07:00
parent 1f9c2f9b34
commit d2b7cbd4ef
4 changed files with 7 additions and 6 deletions

View file

@ -14,6 +14,7 @@
#![feature(collections, std_misc)]
#![feature(io)]
#![feature(net)]
#![feature(old_io)]
#![allow(non_snake_case)]