We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Waiting on Rust 1.52 to stabilize split_once for strings.
split_once
rust-lang/rust#74773
https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_once
The text was updated successfully, but these errors were encountered:
Use stable str split_once (#117)
af0d590
- use the now stable str `split_once` - update workflow build bindings stage to use latest stable Rust closes #116
Successfully merging a pull request may close this issue.
Waiting on Rust 1.52 to stabilize
split_once
for strings.rust-lang/rust#74773
https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_once
The text was updated successfully, but these errors were encountered: