rust/clippy_lints
bors 9028173b24 Auto merge of #7201 - mucinoab:master, r=giraffate
Remove powi, "square can be computed more efficiently"

powi(2) produces exactly the same native code as x * x
powi was part of the [`suboptimal_flops`] lint

fixes #7058
changelog: Remove powi [`suboptimal_flops`], "square can be computed more efficiently"
2021-05-18 05:28:42 +00:00
..
src Auto merge of #7201 - mucinoab:master, r=giraffate 2021-05-18 05:28:42 +00:00
Cargo.toml Bump Clippy version -> 0.1.54 2021-05-06 11:32:34 +02:00
README.md

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