mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
316d83a4d8
Don't suggest `suboptimal_flops` unavailable in nostd Fixes #10634 changelog: Enhancement: [`suboptimal_flops`]: Do not suggest `{f32,f64}::abs()` or `{f32,f64}::mul_add()` in a `no_std`-environment.