FN implicit if_same_then_else #3030
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
this code is basically identical to
but only the latter triggers the
if_same_then_else
warning.Should the first example trigger a warning as well?
The text was updated successfully, but these errors were encountered: