Skip to content
New issue

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

Use strip_prefix() instead of trim_start_matches() as appropriate #1061

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

jjlin
Copy link
Contributor

@jjlin jjlin commented Jul 21, 2020

As of Rust 1.45.0, strip_prefix() is now stable.

As of Rust 1.45.0, `strip_prefix()` is now stable.
@dani-garcia dani-garcia merged commit 11845d9 into dani-garcia:master Jul 21, 2020
@jjlin jjlin deleted the use-strip-prefix branch July 23, 2020 03:56
thelittlefireman pushed a commit to thelittlefireman/bitwarden_rs that referenced this pull request Mar 19, 2021
Use `strip_prefix()` instead of `trim_start_matches()` as appropriate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants