mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
19930f95f5
I renamed the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL` in #14263, as MSRV aliases should represent their capability rather than the lint name. However, it seems this change was mistakenly overwritten in #14022. changelog: none