Someone messaged me about having to do `to_string().as_str()` to be able to `split(pat)` a string. Turns out, it was jetbrains being stupid in some way. I don't even know what type in rust has `split(byte)` method, the `slice::split` uses `pred` as the argument name
0 likes 0 replies
?