mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #10501 - canaltinova:master, r=KiChjang
Removed unused imports from methods.rs Fixes #10500 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10501) <!-- Reviewable:end -->
This commit is contained in:
commit
5a3d6850c6
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