changed msrv name for consistency & changed nested if for style
This commit is contained in:
parent
ca00b138b2
commit
a693cbc1bc
2 changed files with 5 additions and 10 deletions
|
|
@ -19,7 +19,7 @@ macro_rules! msrv_aliases {
|
|||
|
||||
// names may refer to stabilized feature flags or library items
|
||||
msrv_aliases! {
|
||||
1,70,0 { OPT_IS_SOME_AND }
|
||||
1,70,0 { OPTION_IS_SOME_AND }
|
||||
1,68,0 { PATH_MAIN_SEPARATOR_STR }
|
||||
1,65,0 { LET_ELSE, POINTER_CAST_CONSTNESS }
|
||||
1,62,0 { BOOL_THEN_SOME, DEFAULT_ENUM_ATTRIBUTE }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue