rust/tests
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
..
cargo-fmt Inline format arguments for easier reading (#5881) 2023-08-13 14:14:31 -05:00
config fix: handle skip_macro_invocations from config file 2023-07-05 17:46:03 -04:00
coverage Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00
mod-resolver Merge commit '1d8491b120' into sync-from-rustfmt 2023-01-24 14:16:03 -06:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt Inline format arguments for easier reading (#5881) 2023-08-13 14:14:31 -05:00
source Improve formatting of empty macro_rules! definitions 2023-08-13 13:04:33 -05:00
target Don't flatten blocks that have labels 2023-08-13 14:03:58 -05:00
writemode Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00