fim
fim copied to clipboard
Review and remove all unwraps inside the code
Hello!
From Reddit post https://www.reddit.com/r/rust/comments/vg1ikg/question_discussion_why_is_unwrap_so_heavily/ and thanks to Reddit user /u/WrongJudgment6
. We detected some bad code using unwraps instead of manage the Result/Options as is needed.
Tasks:
- Review unwrap calls
- Change to Result/Option management.
- Test
- Deploy
- Enjoy!
We will review the code to avoid None
unwraps