mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
649cef0e81
- The name of an MSRV alias should describe its functionality, and it is not appropriate for it to be the same as the name of the lint that uses it. - Additionally, while `manual_div_ceil` allows setting MSRV, this is not correctly reflected in the configuration information. changelog: none