rust/clippy_lints
bors 5fbfdfa319 Auto merge of #8009 - xFrednet:8004-suboptimal-flops-in-const, r=giraffate
Allow `suboptimal_flops` in const functions

This PR allows `clippy::suboptimal_flops` in constant functions. The check also effects the `clippy::imprecise_flops` lint logic. However, this doesn't have any effects as all functions checked for are not const and can therefore not be found in such functions.

---

changelog: [`suboptimal_flops`]: No longer triggers in constant functions

Closes: rust-lang/rust-clippy#8004
2021-11-22 00:01:49 +00:00
..
src Auto merge of #8009 - xFrednet:8004-suboptimal-flops-in-const, r=giraffate 2021-11-22 00:01:49 +00:00
Cargo.toml Update clippy dependencies 2021-11-02 14:19:31 +01:00
README.md

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