We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12d01e4 + c078729 commit f4179d0Copy full SHA for f4179d0
src/server/mod.rs
@@ -114,7 +114,7 @@ impl<B: AsRef<[u8]> + 'static> Http<B> {
114
/// will be handled (and mapped to responses).
115
///
116
/// This method is typically not invoked directly but is rather transitively
117
- /// used through the `serve` helper method above. This can be useful,
+ /// used through [`bind`](#method.bind). This can be useful,
118
/// however, when writing mocks or accepting sockets from a non-TCP
119
/// location.
120
pub fn bind_connection<S, I, Bd>(&self,
0 commit comments