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,