Remove int_uint from net.

This commit is contained in:
Josh Matthews 2015-04-07 10:49:02 -04:00
parent 3fb666cf60
commit 1757afef27
8 changed files with 19 additions and 20 deletions

View file

@ -6,7 +6,6 @@
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![cfg_attr(test, feature(net))]
#![feature(path)]