rust/clippy_lints
Jason Newcomb 193e9f2c69
Don't use f16 and f128 directly in clippy_utils (#14528)
Not all host tools platforms support `f16`/`f128` builtins yet due to
LLVM assertion failures and miscompilations. Until them, Clippy should
avoid using `f16`/`f128` at runtime itself. See
https://github.com/rust-lang/rust/issues/137630.

cc @tgross35

changelog: none
2025-04-03 10:14:59 +00:00
..
src Don't use f16 and f128 directly in clippy_utils (#14528) 2025-04-03 10:14:59 +00:00
Cargo.toml Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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