1
0
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:
Rob Ede 2022-10-14 13:20:38 +02:00
parent 73b94e902d
commit f8cb71e789
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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 }