avoid compiler warnings

This commit is contained in:
Dietmar Maurer
2019-01-11 08:41:33 +01:00
parent 373ef4a504
commit ddbdf80d51
4 changed files with 15 additions and 23 deletions

View File

@ -8,8 +8,6 @@
//! Hash](https://en.wikipedia.org/wiki/Rolling_hash) artikel from
//! wikipedia.
use std::io::Write;
const CA_CHUNKER_WINDOW_SIZE: usize = 48;
pub struct Chunker {