rust/xtask/src
Yuri Astrakhan e16c76e3c3 Inline all format arguments where possible
This makes code more readale and concise,
moving all format arguments like `format!("{}", foo)`
into the more compact `format!("{foo}")` form.

The change was automatically created with, so there are far less change
of an accidental typo.

```
cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2022-12-24 14:36:10 -05:00
..
publish Make minor improvements and cleanups 2022-12-15 14:52:23 +09:00
release Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
dist.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
flags.rs Implement xtask publish-release-notes to publish release notes on GitHub Releases 2022-12-11 23:49:28 +09:00
install.rs ⬆️ xshell 2022-03-14 14:57:24 +00:00
main.rs Implement xtask publish-release-notes to publish release notes on GitHub Releases 2022-12-11 23:49:28 +09:00
metrics.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
publish.rs Make minor improvements and cleanups 2022-12-15 14:52:23 +09:00
release.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00