Skip to content

use char pattern for single-character splits: a.split("x") -> a.split('x') #53599

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

Merged
merged 1 commit into from
Sep 2, 2018

Conversation

matthiaskrgr
Copy link
Member

No description provided.

@rust-highfive
Copy link
Contributor

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 22, 2018
@pietroalbini
Copy link
Member

Ping from triage @steveklabnik! This PR needs your review.

@matthiaskrgr
Copy link
Member Author

@pietroalbini Steve said on discord (docs channel) that he is going to be away for a week.

@frewsxcv
Copy link
Member

frewsxcv commented Sep 2, 2018

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Sep 2, 2018

📌 Commit e699076 has been approved by frewsxcv

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 2, 2018
@bors
Copy link
Collaborator

bors commented Sep 2, 2018

⌛ Testing commit e699076 with merge 23ea1b8...

bors added a commit that referenced this pull request Sep 2, 2018
…sxcv

use char pattern for single-character splits: a.split("x") -> a.split('x')
@bors
Copy link
Collaborator

bors commented Sep 2, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: frewsxcv
Pushing 23ea1b8 to master...

@bors bors merged commit e699076 into rust-lang:master Sep 2, 2018
@matthiaskrgr matthiaskrgr deleted the split_str__to__split_char branch February 29, 2020 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants