fix clippy

This commit is contained in:
Robin Appelman 2023-06-01 20:14:14 +02:00
commit 9b0e4aff85
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ impl Store {
}
let data = &buff[0..read];
hash.consume(&data);
hash.consume(data);
}
Ok(hash.compute().0)