Skip to content

Conversation

flip1995
Copy link
Member

@flip1995 flip1995 commented Jul 1, 2021

r? @ghost

changelog: none

r00ster91 and others added 10 commits June 4, 2021 14:32
These macros have already been removed, but there was still some code
handling these macros. That code is now removed.
Remove some last remants of {push,pop}_unsafe!

These macros have already been removed, but there was still some code handling these macros. That code is now removed.
Lint for unused borrows as part of UNUSED_MUST_USE

close rust-lang/rust#76264

base on rust-lang/rust#76894

r? `@RalfJung`
Replace some `std::iter::repeat` with `str::repeat`

I noticed that there were some instances where `std::iter::repeat` would be used to repeat a string or a char to take a specific count of it and then collect it into a `String` when `str::repeat` is actually much faster and better for that.

See also: rust-lang#7260.
@flip1995
Copy link
Member Author

flip1995 commented Jul 1, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Jul 1, 2021

📌 Commit adc933f has been approved by flip1995

bors added a commit that referenced this pull request Jul 1, 2021
Rustup

r? `@ghost`

changelog: none
@bors
Copy link
Contributor

bors commented Jul 1, 2021

⌛ Testing commit adc933f with merge 0ab8b9e...

@bors
Copy link
Contributor

bors commented Jul 1, 2021

💔 Test failed - checks-action_test

@flip1995
Copy link
Member Author

flip1995 commented Jul 1, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Jul 1, 2021

📌 Commit d446d5e has been approved by flip1995

@bors
Copy link
Contributor

bors commented Jul 1, 2021

⌛ Testing commit d446d5e with merge 61eb38a...

@bors
Copy link
Contributor

bors commented Jul 1, 2021

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 61eb38a to master...

@bors bors merged commit 61eb38a into rust-lang:master Jul 1, 2021
@flip1995 flip1995 deleted the rustup branch July 1, 2021 15:57
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.

6 participants