Refer to the latest version of reqwest

This commit is contained in:
Temirkhan Myrzamadi 2020-07-25 01:04:42 +06:00
parent 2a684f9906
commit 5f67d633bc

View file

@ -4,7 +4,7 @@
/// [`reqwest::Proxy::all`], if it exists, otherwise returns the default
/// client.
///
/// [`reqwest::Proxy::all`]: https://docs.rs/reqwest/0.10.7/reqwest/struct.Proxy.html#method.all
/// [`reqwest::Proxy::all`]: https://docs.rs/reqwest/latest/reqwest/struct.Proxy.html#method.all
pub fn client_from_env() -> reqwest::Client {
use reqwest::{Client, Proxy};