about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-08-16 20:10:38 +0200
committerGitHub <noreply@github.com>2023-08-16 20:10:38 +0200
commit6533929ae0a443619724f9e70e27d5ba114e332f (patch)
tree05d50a5886295dc8ee25d86ca36495d681526607 /compiler/rustc_codegen_llvm/src
parent2667d853a63736d5d4feba464a24b8fa03881b4a (diff)
parent16b34bfae3f3a933b216dc6659ae4702168c723a (diff)
downloadrust-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