diff --git a/runtime/src/rent_collector.rs b/runtime/src/rent_collector.rs index ca393596a1b994..ea0bea42b2008f 100644 --- a/runtime/src/rent_collector.rs +++ b/runtime/src/rent_collector.rs @@ -357,9 +357,7 @@ mod tests { let result = rent_collector.calculate_rent_result(&Pubkey::default(), &account, None); assert!( matches!(result, RentResult::Exempt), - "{:?}, set_exempt_rent_epoch_max: {}", - result, - set_exempt_rent_epoch_max, + "{result:?}, set_exempt_rent_epoch_max: {set_exempt_rent_epoch_max}", ); { let mut account_clone = account.clone();