Skip to content

Commit

Permalink
servo: Merge #9351 - Removed unused imports from devtools crate (from…
Browse files Browse the repository at this point in the history
… fstr:9343-unused-imports); r=nox

Patch for #9343

Source-Repo: https://github.com/servo/servo
Source-Revision: eb7b9309dd4dabb5ffc5e792af8cd0cfc6ad0435

UltraBlame original commit: f6afc504d70a114ded080a1ee8d39f089cf355c1
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 9254699 commit 999d650
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion servo/components/devtools/actors/console.rs
Expand Up @@ -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>;
Expand Down
1 change: 0 additions & 1 deletion servo/components/devtools/actors/inspector.rs
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion servo/components/devtools/actors/timeline.rs
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion servo/components/devtools/lib.rs
Expand Up @@ -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};
Expand Down

0 comments on commit 999d650

Please sign in to comment.