summaryrefslogtreecommitdiffstats
path: root/src/hasher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hasher.rs')
-rw-r--r--src/hasher.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hasher.rs b/src/hasher.rs
index 2aa10336..9f6aacce 100644
--- a/src/hasher.rs
+++ b/src/hasher.rs
@@ -1,4 +1,5 @@
/// The hasher used to compare layouts.
+#[derive(Debug)]
pub struct Hasher(twox_hash::XxHash64);
impl Default for Hasher {