From 47e42913034b64a3e7f4ed83b90c86dbc3ba504e Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Wed, 9 Feb 2022 18:07:36 -0600 Subject: [PATCH] add Debug to RentResult (#23044) --- runtime/src/rent_collector.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/rent_collector.rs b/runtime/src/rent_collector.rs index 83fe1864e3..dbf7eda3a6 100644 --- a/runtime/src/rent_collector.rs +++ b/runtime/src/rent_collector.rs @@ -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,