rust/clippy_lints
bors e214ea82ad Auto merge of #5568 - ThibsG:RenameIdentityConversionLint, r=flip1995
Rename lint `identity_conversion` to `useless_conversion`

Lint name `identity_conversion` was misleading, so this PR renames it to `useless_conversion`.

As decision has not really came up in the issue comments, this PR will probably need discussion.

fixes #3106

changelog: Rename lint `identity_conversion` to `useless_conversion`
2020-05-17 11:29:04 +00:00
..
src Auto merge of #5568 - ThibsG:RenameIdentityConversionLint, r=flip1995 2020-05-17 11:29:04 +00:00
Cargo.toml
README.md

This crate contains Clippy lints. For the main crate, check GitHub.