Merge pull request #203 from cosmicexplorer/fix-nightly-ci
fix dead code analysis warning
This commit is contained in:
commit
76343ca80e
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