From f8cb71e789b7248ea0e61c6af27fc7dc79ddaeb2 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 14 Oct 2022 13:20:38 +0200 Subject: [PATCH] remove incomplete doc comment --- actix-web/src/service.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/actix-web/src/service.rs b/actix-web/src/service.rs index 0ad92d8a1..ea23f09f5 100644 --- a/actix-web/src/service.rs +++ b/actix-web/src/service.rs @@ -327,9 +327,7 @@ impl ServiceRequest { .push(extensions); } - /// Creates a context object for use with a [guard](crate::guard). - /// - /// Useful if you are implementing + /// Creates a context object for use with a routing [guard](crate::guard). #[inline] pub fn guard_ctx(&self) -> GuardContext<'_> { GuardContext { req: self }