aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/request.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-01-31 14:36:05 +0100
committerMatt Brubeck <mbrubeck@limpet.net>2015-02-11 14:48:34 -0800
commitd5dd1d658e5d79701fb9d028479a0fcb26a033fa (patch)
tree0c243afe9d7d82695d16bd43d72e88600e4414ef /components/net/fetch/request.rs
parentbc6882bdefc318402a46ede1494eb79339705c21 (diff)
downloadservo-d5dd1d658e5d79701fb9d028479a0fcb26a033fa.tar.gz
servo-d5dd1d658e5d79701fb9d028479a0fcb26a033fa.zip
Upgrade to rustc ba2f13ef0 2015-02-04
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 1c7b51566ad..7134b054e98 100644
--- a/components/net/fetch/request.rs
+++ b/components/net/fetch/request.rs
@@ -6,7 +6,7 @@ use url::Url;
use hyper::method::Method;
use hyper::mime::{Mime, TopLevel, SubLevel, Attr, Value};
use hyper::header::Headers;
-use hyper::header::common::ContentType;
+use hyper::header::ContentType;
use fetch::cors_cache::CORSCache;
use fetch::response::Response;