Remove useless docs

This commit is contained in:
nWacky 2019-09-16 17:09:07 +03:00
parent 1dd90dbe5e
commit 48069a71ed
1 changed files with 0 additions and 1 deletions

View File

@ -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 { impl From<std::convert::Infallible> for Error {
fn from(_: std::convert::Infallible) -> Self { fn from(_: std::convert::Infallible) -> Self {
// `std::convert::Infallible` should never happen // `std::convert::Infallible` should never happen