aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/humantime/extern_impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt/humantime/extern_impl.rs')
-rw-r--r--src/fmt/humantime/extern_impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt/humantime/extern_impl.rs b/src/fmt/humantime/extern_impl.rs
index 19dec1b..bdf165c 100644
--- a/src/fmt/humantime/extern_impl.rs
+++ b/src/fmt/humantime/extern_impl.rs
@@ -99,7 +99,7 @@ impl fmt::Debug for Timestamp {
}
f.debug_tuple("Timestamp")
- .field(&TimestampValue(&self))
+ .field(&TimestampValue(self))
.finish()
}
}