Skip to content

Commit

Permalink
Rollup merge of #130305 - tspiteri:clippy-msrv-for-const_float_bits_c…
Browse files Browse the repository at this point in the history
…onv, r=flip1995

Clippy: consider msrv for const context for const_float_bits_conv

When `const_float_bits_conv` was stabilized for 1.83.0, clippy lints started to be triggered in const context ignoring MSRV. This PR makes the lints trigger in const context only when the MSRV meets 1.83.0.

Fixes rust-lang/rust-clippy#13383.
  • Loading branch information
matthiaskrgr authored Sep 13, 2024
2 parents 541423d + 43ffdec commit 90c8020
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 90c8020

Please sign in to comment.