add Debug trait to range for accounts index (#19531)
This commit is contained in:
committed by
GitHub
parent
12dc8749cf
commit
82a6bbe068
@@ -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,
|
||||
|
Reference in New Issue
Block a user