Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ch8: wraperror2: remove map_err() call
To match the book text (Listing 8.15, which is supposed to match ch8/misc/wraperror2.rs, actually remove the map_err() calls that are not supposed to be needed once the std::convert::From trait is implemented for the wrapped types.
- Loading branch information