rustlings-solution
rustlings-solution copied to clipboard
Update parse_pos_nonzero with alternate solution
Since your repo is likely to be seen by lots of us learning rust, I thought I'd drop in the map_err alternative.
The match you wrote was my first solution too, but this is cleaner / more readable. Thanks for sharing your solutions!