mirror of https://github.com/fafhrd91/actix-web
Remove useless docs
This commit is contained in:
parent
1dd90dbe5e
commit
48069a71ed
|
@ -132,7 +132,6 @@ impl std::error::Error for Error {
|
|||
}
|
||||
}
|
||||
|
||||
/// Convert `INTERNAL_SERVER_ERROR` to `std::convert::Infallible`
|
||||
impl From<std::convert::Infallible> for Error {
|
||||
fn from(_: std::convert::Infallible) -> Self {
|
||||
// `std::convert::Infallible` should never happen
|
||||
|
|
Loading…
Reference in New Issue