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 22e70c0 commit 0db9f30
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 45 deletions.
12 changes: 0 additions & 12 deletions servo/components/devtools/actors/console.rs
Expand Up @@ -256,18 +256,6 @@ net
:
TcpStream
;
use
std
:
:
sync
:
:
mpsc
:
:
channel
;
trait
EncodableConsoleMessage
{
Expand Down
12 changes: 0 additions & 12 deletions servo/components/devtools/actors/inspector.rs
Expand Up @@ -213,18 +213,6 @@ net
:
TcpStream
;
use
std
:
:
sync
:
:
mpsc
:
:
channel
;
pub
struct
InspectorActor
Expand Down
12 changes: 0 additions & 12 deletions servo/components/devtools/actors/timeline.rs
Expand Up @@ -178,18 +178,6 @@ std
sync
:
:
mpsc
:
:
channel
;
use
std
:
:
sync
:
:
{
Arc
Mutex
Expand Down
9 changes: 0 additions & 9 deletions servo/components/devtools/lib.rs
Expand Up @@ -464,15 +464,6 @@ use
std
:
:
error
:
:
Error
;
use
std
:
:
net
:
:
Expand Down

0 comments on commit 0db9f30

Please sign in to comment.