Unfortunately, the idea for a #Rust #Clippy rule to forbid all expect and #unwrap use is still open.
Lint idea: forbid all expect and unwrap use · Issue #6636 · rust-lang/rust-clippyWhat it does It would be nice to have a restriction lint (i.e., totally opt-in) that allows clippy users to completely ban all expect and unwrap use from a codebase. Functions or other items that a...