diff --git a/src/proxy.rs b/src/proxy.rs index 65b8d43..9739cca 100644 --- a/src/proxy.rs +++ b/src/proxy.rs @@ -13,13 +13,11 @@ use {into_url, IntoUrl, Url}; /// /// For instance, let's look at `Proxy::http`: /// -/// ``` -/// # extern crate reqwest; +/// ```rust /// # fn run() -> Result<(), Box<::std::error::Error>> { /// let proxy = reqwest::Proxy::http("https://secure.example")?; /// # Ok(()) /// # } -/// # fn main() {} /// ``` /// /// This proxy will intercept all HTTP requests, and make use of the proxy