diff options
Diffstat (limited to 'components/devtools_traits/lib.rs')
-rw-r--r-- | components/devtools_traits/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs index 0183f325c65..16218f911dc 100644 --- a/components/devtools_traits/lib.rs +++ b/components/devtools_traits/lib.rs @@ -37,7 +37,6 @@ use ipc_channel::ipc::IpcSender; use time::Duration; use std::net::TcpStream; -use std::sync::mpsc::{Receiver, Sender}; // Information would be attached to NewGlobal to be received and show in devtools. // Extend these fields if we need more information. |