Open kkysen opened 2 months ago
Replace usize::try_froms that were there to avoid overflow for lengths with unchecked as casts, as we now bounds check, and overflow here is fine.
usize::try_from
as
Replace
usize::try_from
s that were there to avoid overflow for lengths with uncheckedas
casts, as we now bounds check, and overflow here is fine.