José García Crosta
José García Crosta
## Description The detection should only trigger in cases where the function returns a Result.
The hint/help message should be conditional: If the function returns `Result`, suggest using `ok_or` (or similar), if it does not return a `Result`, keep it as it is.
## Description The detector should only be triggered when the `panic!(..)` is used in a function whose return type is a `Result` ## Acceptance Criteria Add test-cases to reflect this...
## Description Explore the feasibility of adding a `front-running` detector