Removes unnecessary clippy-allow for needless-collect when generating index (#32656)
This commit is contained in:
parent
fc8cfb63ae
commit
58e796dc64
|
@ -8929,7 +8929,6 @@ impl AccountsDb {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(clippy::needless_collect)]
|
|
||||||
pub fn generate_index(
|
pub fn generate_index(
|
||||||
&self,
|
&self,
|
||||||
limit_load_slot_count_from_snapshot: Option<usize>,
|
limit_load_slot_count_from_snapshot: Option<usize>,
|
||||||
|
|
Loading…
Reference in New Issue