fix dead code analysis warning

This commit is contained in:
Danny McClanahan 2024-06-27 15:37:45 -04:00
parent b6e0a0693b
commit 59630c00c6
No known key found for this signature in database
GPG key ID: 6105C10F1A199CC7

View file

@ -220,6 +220,7 @@ mod test {
}
}
#[allow(dead_code)]
#[derive(Default, Debug, Eq, PartialEq)]
struct CounterVisitor(u64, u64);
impl ZipStreamVisitor for CounterVisitor {