revert docstring back because ClientBuilder don't use system proxy. (#556)

This commit is contained in:
WindSoilder
2019-07-04 10:10:14 +08:00
committed by Sean McArthur
parent 577d06c363
commit 24809dc23c

View File

@@ -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()
} }