mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-25 14:57:32 -05:00
Merge pull request #961 from J-S-Kim/main
fix(errors6.rs): remove one answer code
This commit is contained in:
commit
51817820f2
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue