mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Removed unused imports from methods.rs
This commit is contained in:
parent
32e53b80e2
commit
d22d1c4fc1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use hyper::header::{Authorization, Basic, CacheDirective, ContentEncoding, Encod
|
|||
use hyper::header::{ContentType, Headers, IfModifiedSince, IfNoneMatch};
|
||||
use hyper::header::{QualityItem, q, qitem, Referer as RefererHeader, UserAgent};
|
||||
use hyper::method::Method;
|
||||
use hyper::mime::{Attr, Mime, SubLevel, TopLevel, Value};
|
||||
use hyper::mime::{Mime, SubLevel, TopLevel};
|
||||
use hyper::status::StatusCode;
|
||||
use net_traits::AsyncFetchListener;
|
||||
use net_traits::request::{CacheMode, CredentialsMode, Type, Origin, Window};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue