cargo fix --edition

This commit is contained in:
Daniel Eades
2019-08-07 18:07:35 +01:00
committed by Sean McArthur
parent c3b2a26c46
commit 86d9cbc66e
25 changed files with 163 additions and 163 deletions

View File

@@ -1,6 +1,6 @@
use std::fmt;
use header::{
use crate::header::{
HeaderMap,
AUTHORIZATION,
COOKIE,
@@ -10,7 +10,7 @@ use header::{
};
use hyper::StatusCode;
use Url;
use crate::Url;
/// A type that controls the policy on how to handle the following of redirects.
///