style(lib): address most clippy lints
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							0f13719873
						
					
				
				
					commit
					0eaf304644
				
			| @@ -96,7 +96,7 @@ pub fn is_chunked_(value: &HeaderValue) -> bool { | ||||
| } | ||||
|  | ||||
| pub fn add_chunked(mut entry: OccupiedEntry<'_, HeaderValue>) { | ||||
|     const CHUNKED: &'static str = "chunked"; | ||||
|     const CHUNKED: &str = "chunked"; | ||||
|  | ||||
|     if let Some(line) = entry.iter_mut().next_back() { | ||||
|         // + 2 for ", " | ||||
|   | ||||
		Reference in New Issue
	
	Block a user