Use to_string instead of format!#95881
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 12, 2022
Merged
Conversation
Contributor
|
(rust-highfive has picked a reviewer for you, use r? to override) |
Contributor
|
hm, @TaKO8Ki why did you change just this one and not other similar usages? anyways, I guess it's fine. r? @compiler-errors |
Collaborator
|
📌 Commit 80152ed has been approved by |
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Apr 10, 2022
…rmat, r=compiler-errors Use `to_string` instead of `format!`
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Apr 11, 2022
…rmat, r=compiler-errors Use `to_string` instead of `format!`
f968581 to
fbc1f9f
Compare
Member
Author
|
@rustbot label -S-waiting-on-bors +S-waiting-on-review |
Member
Author
|
@compiler-errors I replaced rest of |
Collaborator
|
☔ The latest upstream changes (presumably #95931) made this pull request unmergeable. Please resolve the merge conflicts. |
6e00d4d to
29c4128
Compare
Contributor
|
@bors r+ rollup=always please open another PR if you want to change the other usages of |
Collaborator
|
📌 Commit 29c4128 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 12, 2022
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#95320 (Document the current MIR semantics that are clear from existing code) - rust-lang#95722 (pre-push.sh: Use python3 if python is not found) - rust-lang#95881 (Use `to_string` instead of `format!`) - rust-lang#95909 (rustdoc: Reduce allocations in a `theme` function) - rust-lang#95910 (Fix crate_type attribute to not warn on duplicates) - rust-lang#95920 (use `Span::find_ancestor_inside` to get right span in CastCheck) - rust-lang#95936 (Fix a bad error message for `relative paths are not supported in visibilities` error) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.