scout-soroban icon indicating copy to clipboard operation
scout-soroban copied to clipboard

Improve `unsafe-unwrap` detector

Open jgcrosta opened this issue 6 months ago • 0 comments

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.

jgcrosta avatar Aug 22 '24 13:08 jgcrosta