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

rustup rust-lang/rust#52994 #3549

Merged
merged 1 commit into from
Dec 14, 2018
Merged

rustup rust-lang/rust#52994 #3549

merged 1 commit into from
Dec 14, 2018

Conversation

flip1995
Copy link
Member

trim_left* and trim_right* are deprecated as of 1.33.0.

s/trim_left/trim_start/
s/trim_right/trim_end/

s/trim_left/trim_start/

s/trim_right/trim_end/
@oli-obk
Copy link
Contributor

oli-obk commented Dec 14, 2018

@bors r+

@bors
Copy link
Collaborator

bors commented Dec 14, 2018

📌 Commit d866f31 has been approved by oli-obk

@bors
Copy link
Collaborator

bors commented Dec 14, 2018

⌛ Testing commit d866f31 with merge 6e4d64a...

bors added a commit that referenced this pull request Dec 14, 2018
rustup rust-lang/rust#52994

`trim_left*` and `trim_right*` are deprecated as of 1.33.0.

`s/trim_left/trim_start/`
`s/trim_right/trim_end/`
@bors
Copy link
Collaborator

bors commented Dec 14, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: oli-obk
Pushing 6e4d64a to master...

@bors bors merged commit d866f31 into rust-lang:master Dec 14, 2018
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.

3 participants