rename the MSRV alias MANUAL_DIV_CEIL to DIV_CEIL (#14329)
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
This commit is contained in:
commit
19930f95f5
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ msrv_aliases! {
|
|||
1,76,0 { PTR_FROM_REF, OPTION_RESULT_INSPECT }
|
||||
1,75,0 { OPTION_AS_SLICE }
|
||||
1,74,0 { REPR_RUST, IO_ERROR_OTHER }
|
||||
1,73,0 { MANUAL_DIV_CEIL }
|
||||
1,73,0 { DIV_CEIL }
|
||||
1,71,0 { TUPLE_ARRAY_CONVERSIONS, BUILD_HASHER_HASH_ONE }
|
||||
1,70,0 { OPTION_RESULT_IS_VARIANT_AND, BINARY_HEAP_RETAIN }
|
||||
1,68,0 { PATH_MAIN_SEPARATOR_STR }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue