rust/tests/cargo-fmt
Yuri Astrakhan b069aac44d
Inline format arguments for easier reading (#5881)
* Inline format arguments for easier reading

Code becomes shorter and often easier to read when format args are inlined.  Note that I skipped the mixed cases to make it more straightforward (could be done separatelly).

Also, there are two FIXME comments - for some reasons inlining makes format string exceed 100 char line width and crash.

```
cargo clippy --workspace --allow-dirty --fix --benches --tests --bins -- -A clippy::all -W clippy::uninlined_format_args
```

* address feedback
2023-08-13 14:14:31 -05:00
..
source test for issue 3164 2022-07-22 17:57:07 -05:00
main.rs Inline format arguments for easier reading (#5881) 2023-08-13 14:14:31 -05:00