Closed
Description
Using variable names like let mut _x
will also suppress unused_mut warnings. I've used this in a macro, so I thought I should report this here, since it's a kind of a false positive (following clippy's suggestions leads to new warnings for the use cases of the macro where the mut is unused).