diff --git a/lib/src/request/from_request.rs b/lib/src/request/from_request.rs index f6ea9052..75aba02c 100644 --- a/lib/src/request/from_request.rs +++ b/lib/src/request/from_request.rs @@ -105,8 +105,6 @@ impl IntoOutcome for Result { /// Extracts the remote address of the incoming request as a `SocketAddr`. /// If the remote address is not known, the request is forwarded. /// -/// _This implementation always returns successfully._ -/// /// * **Option<T>** _where_ **T: FromRequest** /// /// The type `T` is derived from the incoming request using `T`'s