Move devtools to std::net (fixes #5355).

This commit is contained in:
Ms2ger 2015-03-25 11:18:22 +01:00
parent e77c4e2d76
commit 638ce20e6f
8 changed files with 38 additions and 38 deletions

View file

@ -17,7 +17,7 @@ use msg::constellation_msg::PipelineId;
use collections::BTreeMap;
use core::cell::RefCell;
use rustc_serialize::json::{self, Json, ToJson};
use std::old_io::TcpStream;
use std::net::TcpStream;
use std::num::Float;
use std::sync::mpsc::{channel, Sender};