This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
impl From<std::convert::Infallible> for Error #229
Open
Description
rust-lang/rust#44174 landed in rust nightly and now I have to add
impl From<Infallible> for Error {
fn from(infallible: Infallible) -> Self {
match infallible {}
}
}
to my error chain Error
. Can/Should this impl be included in the library?
Metadata
Metadata
Assignees
Labels
No labels