Skip to content

Commit 0464fa8

Browse files
authored
Removes clippy-allow on AppendVec::scan_accounts_stored_meta() (#9483)
1 parent 4843b0d commit 0464fa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

accounts-db/src/append_vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,6 @@ impl AppendVec {
10111011
///
10121012
/// Prefer scan_accounts() when possible, as it does not contain file format
10131013
/// implementation details, and thus potentially can read less and be faster.
1014-
#[allow(clippy::blocks_in_conditions)]
10151014
fn scan_accounts_stored_meta<'a>(
10161015
&'a self,
10171016
reader: &mut impl RequiredLenBufFileRead<'a>,

0 commit comments

Comments
 (0)