[cargo fix] identity_conversion
removes parenthesis with inner expression, that needs them.
#4750
Labels
C-bug
Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
L-suggestion
Lint: Improving, adding or fixing lint suggestions
When running
cargo fix --clippy -Z unstable-options
the following happens:This
will be turned into this
, which is obviously incorrect.
It should instead be turned into this:
Only tested on this version:
The text was updated successfully, but these errors were encountered: