summaryrefslogtreecommitdiff
path: root/subplotlib/helpers/subplotlib_context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'subplotlib/helpers/subplotlib_context.rs')
-rw-r--r--subplotlib/helpers/subplotlib_context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/helpers/subplotlib_context.rs b/subplotlib/helpers/subplotlib_context.rs
index c662c98..d5ea7cc 100644
--- a/subplotlib/helpers/subplotlib_context.rs
+++ b/subplotlib/helpers/subplotlib_context.rs
@@ -1,6 +1,6 @@
use std::collections::HashMap;
-#[derive(Default)]
+#[derive(Debug, Default)]
struct Context {
counter: usize,
files: HashMap<String, SubplotDataFile>,