rust/crates
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
..
base-db Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
cfg Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
flycheck Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hir Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hir-def Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hir-expand Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hir-ty Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
ide Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
ide-assists Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
ide-completion Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
ide-db Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
ide-diagnostics Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
ide-ssr Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
limit Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
mbe Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
parser Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
paths ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00
proc-macro-api Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
proc-macro-srv Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
proc-macro-srv-cli ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00
proc-macro-test Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
profile Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
project-model Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
rust-analyzer Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
sourcegen Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
stdx Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
syntax Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
test-utils Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
text-edit ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00
toolchain ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00
tt Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
vfs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
vfs-notify ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00