diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-16 20:10:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 20:10:38 +0200 |
| commit | 6533929ae0a443619724f9e70e27d5ba114e332f (patch) | |
| tree | 05d50a5886295dc8ee25d86ca36495d681526607 /compiler/rustc_codegen_llvm/src | |
| parent | 2667d853a63736d5d4feba464a24b8fa03881b4a (diff) | |
| parent | 16b34bfae3f3a933b216dc6659ae4702168c723a (diff) | |
| download | rust-6533929ae0a443619724f9e70e27d5ba114e332f.tar.gz rust-6533929ae0a443619724f9e70e27d5ba114e332f.zip | |
Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notriddle
Improve code readability by moving fmt args directly into the string
There are some of occurrences where I also transformed `write!(f, "{}", x)` into `f.write_str(x.as_str())`.
r? `@notriddle`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
