fix broken doc test

This commit is contained in:
Sean McArthur
2017-07-13 14:19:22 -07:00
parent 7f9750d072
commit 8296c5e28e

View File

@@ -47,6 +47,7 @@ pub struct Client {
/// .gzip(true) /// .gzip(true)
/// .timeout(Duration::from_secs(10)) /// .timeout(Duration::from_secs(10))
/// .build()?; /// .build()?;
/// # Ok(())
/// # } /// # }
/// ``` /// ```
pub struct ClientBuilder { pub struct ClientBuilder {