mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Report use statements that use {} with only one entry
This commit is contained in:
parent
4dcb05ca4f
commit
40acd24e8f
55 changed files with 92 additions and 89 deletions
|
@ -3,9 +3,9 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use net_traits::IncludeSubdomains;
|
||||
use rustc_serialize::json::{decode};
|
||||
use rustc_serialize::json::decode;
|
||||
use std::net::{Ipv4Addr, Ipv6Addr};
|
||||
use std::str::{from_utf8};
|
||||
use std::str::from_utf8;
|
||||
use time;
|
||||
use url::Url;
|
||||
use util::resource_files::read_resource_file;
|
||||
|
|
|
@ -9,7 +9,7 @@ use connector::{Connector, create_http_connector};
|
|||
use cookie;
|
||||
use cookie_storage::CookieStorage;
|
||||
use data_loader;
|
||||
use devtools_traits::{DevtoolsControlMsg};
|
||||
use devtools_traits::DevtoolsControlMsg;
|
||||
use file_loader;
|
||||
use filemanager_thread::FileManagerThreadFactory;
|
||||
use hsts::HstsList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue