Fix the SocketAddr request guard docs: it's not unconditional.

This commit is contained in:
Sergio Benitez 2017-04-28 15:10:09 -05:00
parent f0a7206694
commit deaa6e7796
1 changed files with 0 additions and 2 deletions

View File

@ -105,8 +105,6 @@ impl<S, E> IntoOutcome<S, (Status, E), ()> for Result<S, E> {
/// 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&lt;T>** _where_ **T: FromRequest**
///
/// The type `T` is derived from the incoming request using `T`'s