c3fa1b5f17
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. |
||
---|---|---|
.. | ||
fixed.rs | ||
local.rs | ||
mod.rs | ||
utc.rs |