As is customary add a `From` impl for the `ParseIntError` and use `?`. While this does not make much difference it saves devs wondering why there is a `From` impl for one of the variants and not the other.