zed/crates/util
Hans 5e44748677
Adjust string splitting function (#10221)
- Fixed #9729 and #10193

This commit fixes an issue where the string splitting function was
handling characters in the input string improperly. We adjusted the use
of the `take_while` function to calculate the length of the numeric
prefix, rather than directly splitting the string, thus correctly
splitting the string into a numeric prefix part and the remaining part
2024-04-08 11:05:03 -07:00
..
src Adjust string splitting function (#10221) 2024-04-08 11:05:03 -07:00
Cargo.toml chore: Move new util deps to workspace level (#9250) 2024-03-13 00:37:10 +01:00
LICENSE-APACHE chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00