rust-clippy/clippy_lints
bors fd56381015 Auto merge of #4088 - pJunger:check1, r=oli-obk
Added lint for TryFrom for checked integer conversion.

works towards #3947

Added lint for try_from for checked integer conversion.
Should recognize simple & straight-forward checked integer conversions.
2019-05-20 09:31:09 +00:00
..
src Auto merge of #4088 - pJunger:check1, r=oli-obk 2019-05-20 09:31:09 +00:00
Cargo.toml use derive feature over serde_derive crate 2019-05-09 13:05:34 -04:00
README.md rust-lang-nursery/rust-clippy => rust-lang/rust-clippy 2018-11-22 04:40:09 +01:00

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