rust/clippy_lints
Krishna Sai Veera Reddy ff0d44e45a Add imprecise_flops lint
Add lint to detect floating point operations that can be computed more
accurately at the cost of performance. `cbrt`, `ln_1p` and `exp_m1`
library functions call their equivalent cmath implementations which is
slower but more accurate so moving checks for these under this new lint.
2020-02-23 22:36:15 -08:00
..
src Add imprecise_flops lint 2020-02-23 22:36:15 -08: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.