Removes unnecessary clippy-allow for needless-collect when generating index (#32656)

This commit is contained in:
Brooks 2023-07-29 22:30:11 -04:00 committed by GitHub
parent fc8cfb63ae
commit 58e796dc64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8929,7 +8929,6 @@ impl AccountsDb {
);
}
#[allow(clippy::needless_collect)]
pub fn generate_index(
&self,
limit_load_slot_count_from_snapshot: Option<usize>,