about summary refs log tree commit diff
path: root/tests/codegen/patchable-function-entry
diff options
context:
space:
mode:
authorYuri Astrakhan <yuriastrakhan@gmail.com>2023-08-13 21:14:31 +0200
committerGitHub <noreply@github.com>2023-08-13 14:14:31 -0500
commitb069aac44ddfdb70d55d9ae40695be44515e5bb0 (patch)
treed1ab2fc7f659d13638678bdfa4e99f9507874b05 /tests/codegen/patchable-function-entry
parente86c2ba5459679cf264fd2f037e246f1924686ac (diff)
downloadrust-b069aac44ddfdb70d55d9ae40695be44515e5bb0.tar.gz
rust-b069aac44ddfdb70d55d9ae40695be44515e5bb0.zip
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
Diffstat (limited to 'tests/codegen/patchable-function-entry')
0 files changed, 0 insertions, 0 deletions