зеркало из https://github.com/mozilla/gecko-dev.git
servo: Merge #9351 - Removed unused imports from devtools crate (from fstr:9343-unused-imports); r=nox
Patch for #9343 Source-Repo: https://github.com/servo/servo Source-Revision: eb7b9309dd4dabb5ffc5e792af8cd0cfc6ad0435
This commit is contained in:
Родитель
d3e7e43e12
Коммит
56214970d5
|
@ -20,7 +20,6 @@ use rustc_serialize::json::{self, Json, ToJson};
|
|||
use std::cell::RefCell;
|
||||
use std::collections::BTreeMap;
|
||||
use std::net::TcpStream;
|
||||
use std::sync::mpsc::channel;
|
||||
|
||||
trait EncodableConsoleMessage {
|
||||
fn encode(&self) -> json::EncodeResult<String>;
|
||||
|
|
|
@ -16,7 +16,6 @@ use rustc_serialize::json::{self, Json, ToJson};
|
|||
use std::cell::RefCell;
|
||||
use std::collections::BTreeMap;
|
||||
use std::net::TcpStream;
|
||||
use std::sync::mpsc::channel;
|
||||
|
||||
pub struct InspectorActor {
|
||||
pub name: String,
|
||||
|
|
|
@ -14,7 +14,6 @@ use protocol::JsonPacketStream;
|
|||
use rustc_serialize::{Encodable, Encoder, json};
|
||||
use std::cell::RefCell;
|
||||
use std::net::TcpStream;
|
||||
use std::sync::mpsc::channel;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::thread;
|
||||
use std::time::Duration;
|
||||
|
|
|
@ -52,7 +52,6 @@ use std::borrow::ToOwned;
|
|||
use std::cell::RefCell;
|
||||
use std::collections::HashMap;
|
||||
use std::collections::hash_map::Entry::{Occupied, Vacant};
|
||||
use std::error::Error;
|
||||
use std::net::{Shutdown, TcpListener, TcpStream};
|
||||
use std::sync::mpsc::{Receiver, Sender, channel};
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
|
Загрузка…
Ссылка в новой задаче