mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Removed unused imports from devtools crate
This commit is contained in:
parent
5a954d2492
commit
6502820ab3
4 changed files with 0 additions and 4 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue