Remove unneeded calls to format!() by dotdash · Pull Request #69541 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation4 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

dotdash

@dotdash

@rust-highfive

r? @estebank

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

Mark-Simulacrum

@Mark-Simulacrum

@bors

📌 Commit c1de0b1 has been approved by Mark-Simulacrum

@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

Feb 28, 2020

@dotdash

Out of interest, how were these found? Clippy?

I wish it was ;-)

Some time in 2018 I added a hack to format!() to find unnecessary calls, but forgot to submit the results. Recently I rediscovered that branch, but rebasing failed, and lots of cases had already been fixed. Since the old approach was slow, I resorted to some creative use of ripgrep that left me with a few dozen places I manually checked when I was stumped by a completely unrelated problem and needed some brainless activity to clear my mind.

bors added a commit that referenced this pull request

Feb 28, 2020

@bors

Rollup of 10 pull requests

Successful merges:

Failed merges:

r? @ghost

Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request

Feb 29, 2020

@Dylan-DPC

use .to_string() instead of format!() macro to create strings

handles what is left after rust-lang#69541

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.