add Debug trait to range for accounts index (#19531)

This commit is contained in:
Jeff Washington (jwash)
2021-09-01 08:13:56 -05:00
committed by GitHub
parent 12dc8749cf
commit 82a6bbe068
3 changed files with 6 additions and 6 deletions

View File

@@ -791,7 +791,7 @@ impl Accounts {
)
}
pub fn load_to_collect_rent_eagerly<R: RangeBounds<Pubkey>>(
pub fn load_to_collect_rent_eagerly<R: RangeBounds<Pubkey> + std::fmt::Debug>(
&self,
ancestors: &Ancestors,
range: R,