rust/clippy_lints
bors acfcbee4a2 Auto merge of #5202 - krishna-veerareddy:issue-5201-move-lossy-float-literal-restriction, r=flip1995
Move check for lossy whole-number floats out of `excessive_precision`

changelog: Add new lint `lossy_float_literal` to detect lossy whole number float literals and move it out of `excessive_precision` again.

Fixes #5201
2020-02-21 09:43:55 +00:00
..
src Auto merge of #5202 - krishna-veerareddy:issue-5201-move-lossy-float-literal-restriction, r=flip1995 2020-02-21 09:43:55 +00:00
Cargo.toml Reduce pulldown-cmark size 2020-02-17 13:39:48 +09:00
README.md

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