format! strings may contain variables within the string representation. This is a lint as of a recent rustc nightly version.
test_runner
#33753
format! strings may contain variables within the string representation. This is a lint as of a recent rustc nightly version.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/33753.
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | TheCharlatan, rkrux, maflcko |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Thanks. It makes sense to be clippy-clean and just consistently apply the shorter and easier-to-read variant.
lgtm ACK d305b865c9630646a6cf7d227c08ba4263a379f7
`format!` strings may contain variables within the string
representation. This is a lint as of a recent `rustc` nightly version.