Lint std::panic::catch_unwind #1196
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
T-AST
Type: Requires working with the AST
This should only be used when one has no control over code that may panic, e.g. using integer division with unknown operands (although overflower should cover that, too). Otherwise, using a
Result
type should be the preferred way of dealing with errors.The text was updated successfully, but these errors were encountered: