add Debug to RentResult (#23044)

This commit is contained in:
Jeff Washington (jwash)
2022-02-09 18:07:36 -06:00
committed by GitHub
parent 9d036be61b
commit 47e4291303

View File

@ -30,6 +30,7 @@ impl Default for RentCollector {
} }
/// when rent is collected for this account, this is the action to apply to the account /// when rent is collected for this account, this is the action to apply to the account
#[derive(Debug)]
pub enum RentResult { pub enum RentResult {
/// maybe collect rent later, leave account alone /// maybe collect rent later, leave account alone
LeaveAloneNoRent, LeaveAloneNoRent,