Now using use along with enums, as per https://github.com/rust-lang/rust/pull/18973.
This commit is contained in:
		
				
					committed by
					
						 Jakob Gillich
						Jakob Gillich
					
				
			
			
				
	
			
			
			
						parent
						
							7e55506134
						
					
				
				
					commit
					d7e8b8b117
				
			| @@ -11,7 +11,8 @@ use method; | ||||
| use header::Headers; | ||||
| use header::common::ContentLength; | ||||
| use http::{read_request_line}; | ||||
| use http::{HttpReader, SizedReader, ChunkedReader}; | ||||
| use http::HttpReader; | ||||
| use http::HttpReader::{SizedReader, ChunkedReader}; | ||||
| use net::NetworkStream; | ||||
| use uri::RequestUri; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user