fix dead code analysis warning
This commit is contained in:
parent
b6e0a0693b
commit
59630c00c6
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ mod test {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Default, Debug, Eq, PartialEq)]
|
||||
struct CounterVisitor(u64, u64);
|
||||
impl ZipStreamVisitor for CounterVisitor {
|
||||
|
|
Loading…
Add table
Reference in a new issue