Mark the current substring
function as unsafe
and rename it.
#1541
Labels
arrow
Changes to the arrow crate
substring
function as unsafe
and rename it.
#1541
This is an individual task of #1531
substring
function might return an invalid string array (see Thesubstring
kernel panics when chars > U+0x007F #1478 ), so we need to mark it asunsafe
.substring_bytes_unchecked
(see Improve doc string forsubstring
kernel #1529 (comment))The text was updated successfully, but these errors were encountered: