Refactor: From<Infallible> is unreachable
This commit is contained in:
parent
07679d3b7f
commit
a6a6484bf8
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ impl From<TryFromIntError> for DateTimeRangeError {
|
||||||
|
|
||||||
impl From<Infallible> for DateTimeRangeError {
|
impl From<Infallible> for DateTimeRangeError {
|
||||||
fn from(_value: Infallible) -> Self {
|
fn from(_value: Infallible) -> Self {
|
||||||
DateTimeRangeError
|
unreachable!()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue