mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
sort all uses
This commit is contained in:
parent
d3c7e31722
commit
ec07178b6f
269 changed files with 903 additions and 931 deletions
|
@ -4,9 +4,8 @@
|
|||
|
||||
use ipc_channel::ipc;
|
||||
use net::resource_task::new_resource_task;
|
||||
use net_traits::{ControlMsg, LoadData, LoadConsumer};
|
||||
use net_traits::hosts::{parse_hostsfile, host_replacement};
|
||||
use net_traits::ProgressMsg;
|
||||
use net_traits::{ControlMsg, LoadData, LoadConsumer, ProgressMsg};
|
||||
use std::borrow::ToOwned;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::mpsc::channel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue