chore: apply new lint warnings from latest clippy (#561)
This commit is contained in:
parent
106d8676b6
commit
3a614d2c91
23 changed files with 185 additions and 171 deletions
|
|
@ -565,7 +565,7 @@ mod tests {
|
|||
}
|
||||
|
||||
fn read_full_snapshot(path: &Path) {
|
||||
let reader = super::read_blocks(&path).unwrap();
|
||||
let reader = super::read_blocks(path).unwrap();
|
||||
|
||||
let mut count = 0;
|
||||
let mut last_slot = None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue