mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 03:21:08 +00:00
remove incomplete doc comment
This commit is contained in:
parent
73b94e902d
commit
f8cb71e789
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue