mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
50e0bf1b71
The MSRV being for crates targeting 1.85-1.87 on edition 2024 This enables the lint for regular nightly users without the feature gate enabled r? @samueltardieu Fixes https://github.com/rust-lang/rust-clippy/issues/14678 changelog: none