mirror of
https://codeberg.org/demostf/backup.git
synced 2026-06-03 18:04:08 +02:00
fix clippy
This commit is contained in:
parent
938ca06599
commit
9b0e4aff85
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ impl Store {
|
|||
}
|
||||
|
||||
let data = &buff[0..read];
|
||||
hash.consume(&data);
|
||||
hash.consume(data);
|
||||
}
|
||||
|
||||
Ok(hash.compute().0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue