refactor
Dennis Schwerdel 2018-10-31 09:52:48 +01:00
parent 05eba2dadd
commit 48d0d6a172
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ impl FastCdcChunker {
impl Chunker for 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> { fn chunk(&mut self, r: &mut Read, w: &mut Write) -> Result<ChunkerStatus, ChunkerError> {
let mut max; let mut max;
let mut hash = 0u64; let mut hash = 0u64;