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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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
#[derive(Debug)]
pub enum RentResult {
/// maybe collect rent later, leave account alone
LeaveAloneNoRent,