New lint useless-nonzero-new_unchecked
This commit is contained in:
parent
8f257c71a3
commit
35dbaf8a61
8 changed files with 233 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ macro_rules! msrv_aliases {
|
|||
|
||||
// names may refer to stabilized feature flags or library items
|
||||
msrv_aliases! {
|
||||
1,83,0 { CONST_EXTERN_FN, CONST_FLOAT_BITS_CONV, CONST_FLOAT_CLASSIFY }
|
||||
1,83,0 { CONST_EXTERN_FN, CONST_FLOAT_BITS_CONV, CONST_FLOAT_CLASSIFY, CONST_UNWRAP }
|
||||
1,82,0 { IS_NONE_OR, REPEAT_N, RAW_REF_OP }
|
||||
1,81,0 { LINT_REASONS_STABILIZATION, ERROR_IN_CORE }
|
||||
1,80,0 { BOX_INTO_ITER }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue