rust-clippy/clippy_lints
Phil Hansch 19c58d260b
Rollup merge of #4614 - HMPerson1:abs_cast_unsigned, r=flip1995
Allow casts from the result of `abs` to unsigned

changelog: Allow casts from the result of `abs` to unsigned in `cast_sign_loss`

Fixes #4605
2019-10-04 08:08:59 +02:00
..
src Rollup merge of #4614 - HMPerson1:abs_cast_unsigned, r=flip1995 2019-10-04 08:08:59 +02:00
Cargo.toml New lint: Require # Safety section in pub unsafe fn docs 2019-09-19 09:19:55 +02: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.