We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9750d commit 8296c5eCopy full SHA for 8296c5e
src/client.rs
@@ -47,6 +47,7 @@ pub struct Client {
47
/// .gzip(true)
48
/// .timeout(Duration::from_secs(10))
49
/// .build()?;
50
+/// # Ok(())
51
/// # }
52
/// ```
53
pub struct ClientBuilder {
0 commit comments