let_underscore_drop
and ignoring error
#9314
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
I ignore some errors with
try
block. I annotate type vialet _: Result<...> = try { ... }
. But clippy:How can I fix this
The text was updated successfully, but these errors were encountered: