From bbe729a5dc9b04944011d2dc069008c605b27bf6 Mon Sep 17 00:00:00 2001 From: Mohammed Sazid Al Rashid Date: Tue, 5 Jan 2021 12:06:11 +0600 Subject: [PATCH] Use intra-doc links. Co-authored-by: Rob Ede --- actix-web-actors/src/ws.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actix-web-actors/src/ws.rs b/actix-web-actors/src/ws.rs index 999ddbda8..b0969bb63 100644 --- a/actix-web-actors/src/ws.rs +++ b/actix-web-actors/src/ws.rs @@ -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( actor: A, req: &HttpRequest,