cargo fix --edition
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							c3b2a26c46
						
					
				
				
					commit
					86d9cbc66e
				
			| @@ -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. | ||||
| /// | ||||
|   | ||||
		Reference in New Issue
	
	Block a user