1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00: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 }