diff --git a/src/output/details.rs b/src/output/details.rs index 991645f..e3650d5 100644 --- a/src/output/details.rs +++ b/src/output/details.rs @@ -581,6 +581,7 @@ impl Table where U: Users { } } + #[allow(trivial_numeric_casts)] fn render_time(&self, timestamp: f::Time) -> Cell { let date = self.tz.at(LocalDateTime::at(timestamp.0 as i64));