-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Use to_string
instead of format!
#95881
Use to_string
instead of format!
#95881
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
hm, @TaKO8Ki why did you change just this one and not other similar usages? anyways, I guess it's fine. r? @compiler-errors |
📌 Commit 80152ed has been approved by |
…rmat, r=compiler-errors Use `to_string` instead of `format!`
…rmat, r=compiler-errors Use `to_string` instead of `format!`
f968581
to
fbc1f9f
Compare
@rustbot label -S-waiting-on-bors +S-waiting-on-review |
@compiler-errors I replaced rest of |
☔ The latest upstream changes (presumably #95931) made this pull request unmergeable. Please resolve the merge conflicts. |
6e00d4d
to
29c4128
Compare
@bors r+ rollup=always please open another PR if you want to change the other usages of |
📌 Commit 29c4128 has been approved by |
…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
No description provided.