Fix unused import warnings

This commit is contained in:
Matt Brubeck 2016-05-25 07:16:02 -07:00
parent 550e304a21
commit ea21fdbd48
4 changed files with 9 additions and 7 deletions

View file

@ -51,7 +51,6 @@ use net_traits::bluetooth_thread::BluetoothMethodMsg;
use net_traits::image_cache_thread::ImageCacheThread;
use net_traits::response::HttpsState;
use profile_traits::mem;
use std::any::Any;
use std::collections::HashMap;
use std::sync::mpsc::{Sender, Receiver};
use url::Url;