Skip to content

Commit 6ce604a

Browse files
committed
well it tries to compile meow
1 parent 9ba3cdd commit 6ce604a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stats.rs

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ pub struct Stats {
55
pub dropped_by_interface: u32,
66
}
77

8-
pub const EMPTY_STATS: Stats = Default::default();
9-
108
impl Stats {
119
pub fn combine(&self, other: &Stats) -> Stats {
1210
Stats {

0 commit comments

Comments
 (0)