scout-soroban
scout-soroban copied to clipboard
Improve `unsafe-unwrap` detector
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.