Use intra-doc links.

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Mohammed Sazid Al Rashid 2021-01-05 12:06:11 +06:00 committed by GitHub
parent cbc9ba1734
commit bbe729a5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ where
)))
}
/// Perform WebSocket handshake and start actor with the given
/// `actix_http::ws::Codec`.
/// Perform WebSocket handshake and start actor with the given [`Codec`].
pub fn start_with_codec<A, T>(
actor: A,
req: &HttpRequest,