We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba3cdd commit 6ce604aCopy full SHA for 6ce604a
src/stats.rs
@@ -5,8 +5,6 @@ pub struct Stats {
5
pub dropped_by_interface: u32,
6
}
7
8
-pub const EMPTY_STATS: Stats = Default::default();
9
-
10
impl Stats {
11
pub fn combine(&self, other: &Stats) -> Stats {
12
Stats {
0 commit comments