Removed unused import in net/http_cache.rs

This commit is contained in:
Hugh Gallagher 2017-11-21 14:09:25 +00:00
parent 5905f8d3ea
commit 1b4b1c2bb2

View file

@ -8,7 +8,6 @@
//! and <http://tools.ietf.org/html/rfc7232>.
use fetch::methods::DoneChannel;
use http_loader::is_redirect_status;
use hyper::header;
use hyper::header::ContentType;
use hyper::header::Headers;