You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 unwraps and do it the correct way.
The text was updated successfully, but these errors were encountered:
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 theunwrap
s and do it the correct way.The text was updated successfully, but these errors were encountered: