Fix some warnings in net.

This commit is contained in:
Simon Sapin 2015-03-18 21:56:31 +01:00
parent fef279a8f5
commit 2f6951af0b
2 changed files with 4 additions and 2 deletions

View file

@ -5,10 +5,12 @@
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]
#![feature(env)]
#![feature(int_uint)]
#![feature(io)]
#![feature(old_io)]
#![feature(old_path)]
#![feature(path)]
#![feature(path_ext)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]