rust/clippy_lints
bors 329923edec Auto merge of #5257 - mlegner:cast_hex_fp, r=flip1995
Resolve false positives of unnecessary_cast for non-decimal integers

This PR resolves false positives of `unnecessary_cast` for hexadecimal integers to floats and adds a corresponding test case.

Fixes: #5220

changelog: none
2020-03-04 16:11:40 +00:00
..
src Auto merge of #5257 - mlegner:cast_hex_fp, r=flip1995 2020-03-04 16:11:40 +00:00
Cargo.toml Reduce pulldown-cmark size 2020-02-17 13:39:48 +09: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.