Fix warning when building on 64-bit systems

This warning was 'caused' by the previous commit (but it's small and easy to fix, so don't worry)
This commit is contained in:
Ben S 2015-10-02 00:56:09 +01:00
parent 9b3b00316f
commit f7131a740b
1 changed files with 1 additions and 0 deletions

View File

@ -581,6 +581,7 @@ impl<U> Table<U> 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));