mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Removed util.
This commit is contained in:
parent
01b6ad55bd
commit
9be4fd56ce
133 changed files with 396 additions and 352 deletions
|
@ -25,6 +25,7 @@ use net::fetch::methods::{fetch, fetch_with_cors_cache};
|
|||
use net_traits::ReferrerPolicy;
|
||||
use net_traits::request::{Origin, RedirectMode, Referrer, Request, RequestMode};
|
||||
use net_traits::response::{CacheState, Response, ResponseBody, ResponseType};
|
||||
use servo_config::resource_files::resources_dir_path;
|
||||
use servo_url::ServoUrl;
|
||||
use std::fs::File;
|
||||
use std::io::Read;
|
||||
|
@ -35,7 +36,6 @@ use std::sync::mpsc::{Sender, channel};
|
|||
use time::{self, Duration};
|
||||
use unicase::UniCase;
|
||||
use url::Origin as UrlOrigin;
|
||||
use util::resource_files::resources_dir_path;
|
||||
|
||||
// TODO write a struct that impls Handler for storing test values
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue