Skip to content

Remove unneeded to_string call - #95495

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:rm-unneeded-to-string
Mar 31, 2022
Merged

Remove unneeded to_string call#95495
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:rm-unneeded-to-string

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Fixes a confusion I made when reading @camelid's comment here.

r? @notriddle

@GuillaumeGomezGuillaumeGomez added C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Mar 30, 2022
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 30, 2022
@notriddle

Copy link
Copy Markdown
Contributor

@bors r+ rollup=always

@bors

bors commented Mar 30, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 8c0a8f5 has been approved by notriddle

@borsbors 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 Mar 30, 2022
@Dylan-DPCDylan-DPC mentioned this pull request Mar 31, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 31, 2022
Rollup of 5 pull requests
Successful merges:
- rust-lang#95445 (Don't build the full compiler before running unit tests)
- rust-lang#95470 (Fix last rustdoc-gui spurious test)
- rust-lang#95478 (Add note to the move size diagnostic)
- rust-lang#95495 (Remove unneeded `to_string` call)
- rust-lang#95505 (Fix library/std compilation on openbsd.)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 57206d7 into rust-lang:masterMar 31, 2022
@rustbotrustbot added this to the 1.61.0 milestone Mar 31, 2022
@GuillaumeGomez
GuillaumeGomez deleted the rm-unneeded-to-string branch March 31, 2022 16:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cleanupCategory: PRs that clean code up or issues documenting cleanup.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@GuillaumeGomez@notriddle@bors@rust-highfive@rustbot