hemingway
hemingway copied to clipboard
Too many unwraps!
Yesterday I learned that unwrap
should be avoided in production code. I wouldn't call Hemingway production code, but I do use it every day and I want to write better Rust, so I figured I should probably get rid of the unwrap
s and do it the correct way.