rust/clippy_lints
bors ee3088f27b Auto merge of #5631 - ThibsG:ExtendUselessConversion, r=matthiaskrgr
Extend useless conversion

This PR extends `useless_conversion` lint with `TryFrom` and `TryInto`

fixes: #5344

changelog: Extend `useless_conversion` with `TryFrom` and `TryInto`
2020-05-27 13:06:59 +00:00
..
src Auto merge of #5631 - ThibsG:ExtendUselessConversion, r=matthiaskrgr 2020-05-27 13:06:59 +00:00
Cargo.toml Be less specific about quote and syn versions 2020-05-26 16:52:02 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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