mirror of https://github.com/dswd/zvault
Lints
This commit is contained in:
parent
05eba2dadd
commit
48d0d6a172
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue