mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
refactor(devtools/lib.rs): Remove unused import
Removed `RecvError` imports from #L57
This commit is contained in:
parent
aa62cc74d3
commit
df02ed4050
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ 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, RecvError, Sender, channel};
|
||||
use std::sync::mpsc::{Receiver, Sender, channel};
|
||||
use std::sync::{Arc, Mutex};
|
||||
use time::precise_time_ns;
|
||||
use util::task::spawn_named;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue