README
: document that Clippy may change codegen by ojeda · Pull Request #8037 · rust-lang/rust-clippy (original) (raw)
Currently, Clippy does not guarantee the same codegen will be produced.
Therefore, it should not be used as an universal replacement for rustc
.
See #8035.
Signed-off-by: Miguel Ojeda ojeda@kernel.org
fixes #8035
changelog: document that Clippy may change codegen