mirror of
https://github.com/bspeice/dtparse
synced 2025-07-01 05:46:14 -04:00
Minor TODO
This commit is contained in:
@ -628,6 +628,9 @@ impl YMD {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Remove the error handling here
|
||||
// We should be able to justify the UNWRAP, but I haven't
|
||||
// convinced myself of that quite yet.
|
||||
if !year.and(month).and(day).is_some() {
|
||||
Err(ParseInternalError::YMDValueUnset)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user