Merge pull request #961 from J-S-Kim/main

fix(errors6.rs): remove one answer code
This commit is contained in:
diannasoreil 2022-04-14 10:44:22 +02:00 committed by GitHub
commit 51817820f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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