1
0
mirror of https://github.com/dswd/zvault synced 2025-02-06 19:52:23 +00:00
This commit is contained in:
Dennis Schwerdel 2018-10-31 09:52:48 +01:00
parent 05eba2dadd
commit 48d0d6a172

View File

@ -87,7 +87,7 @@ impl FastCdcChunker {
impl Chunker for FastCdcChunker {
#[allow(unknown_lints,explicit_counter_loop,needless_range_loop)]
#[allow(clippy::explicit_counter_loop,clippy::needless_range_loop)]
fn chunk(&mut self, r: &mut Read, w: &mut Write) -> Result<ChunkerStatus, ChunkerError> {
let mut max;
let mut hash = 0u64;