diff --git a/actix-http/src/error.rs b/actix-http/src/error.rs index c914f4321..e1da871da 100644 --- a/actix-http/src/error.rs +++ b/actix-http/src/error.rs @@ -132,7 +132,6 @@ impl std::error::Error for Error { } } -/// Convert `INTERNAL_SERVER_ERROR` to `std::convert::Infallible` impl From for Error { fn from(_: std::convert::Infallible) -> Self { // `std::convert::Infallible` should never happen