fix doc test on clientbuilder

This commit is contained in:
Sean McArthur
2017-07-13 13:24:01 -07:00
parent dd147f1915
commit 7f9750d072

View File

@@ -40,7 +40,7 @@ pub struct Client {
/// # Example /// # Example
/// ///
/// ``` /// ```
/// # fn run() -> Result<(), Error> { /// # fn run() -> Result<(), reqwest::Error> {
/// use std::time::Duration; /// use std::time::Duration;
/// ///
/// let client = reqwest::Client::builder()? /// let client = reqwest::Client::builder()?