Skip to content

Commit

Permalink
Removed unused imports from methods.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
canova committed Apr 9, 2016
1 parent 32e53b8 commit d22d1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/net/fetch/methods.rs
Expand Up @@ -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};
Expand Down

0 comments on commit d22d1c4

Please sign in to comment.