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

@ -15,7 +15,7 @@ use std::sync::Arc;
use std::sync::mpsc::Sender;
use util::task::spawn_named;
static READ_SIZE: uint = 8192;
static READ_SIZE: usize = 8192;
enum ReadStatus {
Partial(Vec<u8>),