From 2fe671951369b8f049e8acf02e9e9750c96b4dcd Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 13 Jun 2018 13:17:28 +0200 Subject: clean up a bit --- src/statistics/damage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statistics/damage.rs') diff --git a/src/statistics/damage.rs b/src/statistics/damage.rs index fdf723f..0fcbf9b 100644 --- a/src/statistics/damage.rs +++ b/src/statistics/damage.rs @@ -36,7 +36,7 @@ impl Monoid for Damage { } /// Provides access to the damage log. -#[derive(Clone)] +#[derive(Clone, Default)] pub struct DamageLog { inner: RecordFunc, } -- cgit v1.2.3