rust/clippy_lints
Krishna Veera Reddy c636c6a55b Add lints to detect inaccurate and inefficient FP operations
Add lints to detect floating point computations that are either
inaccurate or inefficient and suggest better alternatives.
2020-02-23 22:20:33 -08:00
..
src Add lints to detect inaccurate and inefficient FP operations 2020-02-23 22:20:33 -08: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.