self import

This commit is contained in:
Manish Goregaokar 2015-01-28 13:46:00 +05:30
parent e44ee70faf
commit b68b7e87c8
28 changed files with 36 additions and 36 deletions

View file

@ -15,7 +15,7 @@ use servo_msg::constellation_msg::PipelineId;
use collections::BTreeMap;
use core::cell::RefCell;
use serialize::json::{mod, Json, ToJson};
use serialize::json::{self, Json, ToJson};
use std::io::TcpStream;
use std::num::Float;
use std::sync::mpsc::{channel, Sender};

View file

@ -12,7 +12,7 @@ use protocol::JsonPacketStream;
use collections::BTreeMap;
use servo_msg::constellation_msg::PipelineId;
use serialize::json::{mod, Json, ToJson};
use serialize::json::{self, Json, ToJson};
use std::cell::RefCell;
use std::io::TcpStream;
use std::sync::mpsc::{channel, Sender};