revert docstring back because ClientBuilder don't use system proxy. (#556)
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							577d06c363
						
					
				
				
					commit
					24809dc23c
				
			| @@ -416,8 +416,7 @@ impl Client { | |||||||
|  |  | ||||||
|     /// Creates a `ClientBuilder` to configure a `Client`. |     /// Creates a `ClientBuilder` to configure a `Client`. | ||||||
|     /// |     /// | ||||||
|     /// This builder will use system proxy setting, you can use |     /// This is the same as `ClientBuilder::new()`. | ||||||
|     /// `reqwest::Client::builder().no_proxy()` to disable it. |  | ||||||
|     pub fn builder() -> ClientBuilder { |     pub fn builder() -> ClientBuilder { | ||||||
|         ClientBuilder::new() |         ClientBuilder::new() | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user