rrun
rrun copied to clipboard
get rid of unwrap()
The source code is making use of far too many unwrap() calls. We should handle all return values explicitely and fail with a good and explanatory message if some call doesn't return Ok() (unwrap() just panics with some message that doesn't help at all).