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 111d038 commit 3e435cfCopy full SHA for 3e435cf
src/client/conn/http2.rs
@@ -63,7 +63,7 @@ pub struct Builder<Ex> {
63
64
/// Returns a handshake future over some IO.
65
///
66
-/// This is a shortcut for `Builder::new().handshake(io)`.
+/// This is a shortcut for `Builder::new(exec).handshake(io)`.
67
/// See [`client::conn`](crate::client::conn) for more.
68
pub async fn handshake<E, T, B>(
69
exec: E,
0 commit comments