mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
self import
This commit is contained in:
parent
e44ee70faf
commit
b68b7e87c8
28 changed files with 36 additions and 36 deletions
|
@ -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};
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue