aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/request.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-07-10 22:48:05 +0200
committerSimon Sapin <simon.sapin@exyr.org>2015-07-15 00:46:43 +0200
commit83d2a11d860133166ddc22a1551589cfe2476c7f (patch)
tree84d9be35ebbd99e20a99151b0713ac3351ca77f4 /components/net/fetch/request.rs
parent64751b8eef5b95de9ac3b9a382b4cb4408cb90c0 (diff)
downloadservo-83d2a11d860133166ddc22a1551589cfe2476c7f.tar.gz
servo-83d2a11d860133166ddc22a1551589cfe2476c7f.zip
Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)
Diffstat (limited to 'components/net/fetch/request.rs')
-rw-r--r--components/net/fetch/request.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/fetch/request.rs b/components/net/fetch/request.rs
index 4add42400fc..7f689a28df0 100644
--- a/components/net/fetch/request.rs
+++ b/components/net/fetch/request.rs
@@ -7,7 +7,7 @@ use hyper::method::Method;
use hyper::mime::{Mime, TopLevel, SubLevel, Attr, Value};
use hyper::header::{Header, Headers, ContentType, IfModifiedSince, IfNoneMatch};
use hyper::header::{Accept, IfUnmodifiedSince, IfMatch, IfRange, Location};
-use hyper::header::{HeaderView, AcceptLanguage, ContentLanguage, Language};
+use hyper::header::{HeaderView, AcceptLanguage, ContentLanguage};
use hyper::header::{QualityItem, qitem, q};
use hyper::status::StatusCode;
use fetch::cors_cache::{CORSCache, CacheRequestDetails};