aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/damage.rs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2018-06-13 13:17:28 +0200
committerDaniel Schadt <kingdread@gmx.de>2018-06-13 13:17:28 +0200
commit2fe671951369b8f049e8acf02e9e9750c96b4dcd (patch)
tree49e9c0cc4bcbf6d76183555ac95bc3d9504c7a05 /src/statistics/damage.rs
parentfe16699205b6b40aed8cafbe95820835a7052908 (diff)
downloadevtclib-2fe671951369b8f049e8acf02e9e9750c96b4dcd.tar.gz
evtclib-2fe671951369b8f049e8acf02e9e9750c96b4dcd.tar.bz2
evtclib-2fe671951369b8f049e8acf02e9e9750c96b4dcd.zip
clean up a bit
Diffstat (limited to 'src/statistics/damage.rs')
-rw-r--r--src/statistics/damage.rs2
1 files changed, 1 insertions, 1 deletions
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<u64, Meta, Damage>,
}