Gate collapsible_if let_chains lints on edition 2024 and MSRV

This commit is contained in:
Alex Macleod 2025-05-01 21:55:21 +00:00
parent 03a5b6b976
commit 8c93668a71
23 changed files with 348 additions and 234 deletions

View file

@ -22,6 +22,7 @@ macro_rules! msrv_aliases {
// names may refer to stabilized feature flags or library items
msrv_aliases! {
1,88,0 { LET_CHAINS }
1,87,0 { OS_STR_DISPLAY, INT_MIDPOINT }
1,85,0 { UINT_FLOAT_MIDPOINT }
1,84,0 { CONST_OPTION_AS_SLICE, MANUAL_DANGLING_PTR }