shells/ion: Unbreak with Rust 1.53.0
errorr[E0308]: mismatched types
--> cargo-crates/lexical-core-0.4.2/src/atof/algorithm/bigcomp.rs:242:55 |
242 | let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1);
| ^^^^^^^^^^^^^^^ expected `usize`, found `u32`
error[E0277]: no implementation for usize & u32
PR: 256653