Closed jgcrosta closed 2 months ago
The detector should only be triggered when the panic!(..) is used in a function whose return type is a Result<(), ()>
panic!(..)
Result<(), ()>
Add test-cases to reflect this improvement
Description
The detector should only be triggered when the
panic!(..)
is used in a function whose return type is aResult<(), ()>
Acceptance Criteria
Add test-cases to reflect this improvement