chrono/src/offset
Brandon W Maister c3fa1b5f17 Fix Clippy lints: cast_lossless
Now (assuming clippy is right) all (~100) uses of ` as ` in the code are
actually doing casts that could potentially silently lose data. Woooo?

At least this means that new `as`s can be extra-scrutinized, and we should
probably be adding debug_assert!s for the casts in real code.
2017-10-08 18:12:20 -04:00
..
fixed.rs Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
local.rs deny(missing_debug_implementations) 2017-07-09 15:23:07 -05:00
mod.rs Mention timestamp_opt in the docs for timestamp 2017-07-09 16:19:34 -05:00
utc.rs Renamed `chrono::UTC` to `chrono::Utc`. 2017-06-22 00:33:17 +09:00