mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-31 11:02:08 +01:00
remove incomplete doc comment
This commit is contained in:
parent
73b94e902d
commit
f8cb71e789
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user