Cargo fmt

This commit is contained in:
Jordan Petridis 2018-05-12 13:45:19 +03:00
parent 6e5c70ab71
commit 83f9284b05
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -4,8 +4,9 @@ use rss::Channel;
use url::Url; use url::Url;
use hyper::client::HttpConnector; use hyper::client::HttpConnector;
use hyper::header::{ETag, EntityTag, HttpDate, IfModifiedSince, IfNoneMatch, LastModified, use hyper::header::{
Location, UserAgent}; ETag, EntityTag, HttpDate, IfModifiedSince, IfNoneMatch, LastModified, Location, UserAgent,
};
use hyper::{Client, Method, Request, Response, StatusCode, Uri}; use hyper::{Client, Method, Request, Response, StatusCode, Uri};
use hyper_tls::HttpsConnector; use hyper_tls::HttpsConnector;