fix(errors6.rs): remove one answer code

Although marked as 'TODO', three tests pass without any implementation because the correct answer code already exists.
pull/961/head
J-S-Kim 3 years ago committed by GitHub
parent e6c0d00637
commit 43d0623086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,9 +20,6 @@ enum ParsePosNonzeroError {
}
impl ParsePosNonzeroError {
fn from_creation(err: CreationError) -> ParsePosNonzeroError {
ParsePosNonzeroError::Creation(err)
}
// TODO: add another error conversion function here.
}

Loading…
Cancel
Save