about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-12-25 08:10:59 +0000
committerbors <bors@rust-lang.org>2022-12-25 08:10:59 +0000
commit2872e0558982360d499bdba79cf1a3ed06f1ae82 (patch)
tree7baaed532b19918ed80b8e6d91baed4610411713 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent1927c2e1d8d222656cae7051cdd924aa44428622 (diff)
parente16c76e3c30fd1123921e33f408d99b5cb40532f (diff)
downloadrust-2872e0558982360d499bdba79cf1a3ed06f1ae82.tar.gz
rust-2872e0558982360d499bdba79cf1a3ed06f1ae82.zip
Auto merge of #13835 - nyurik:inline_format_args, r=lnicola
Inline all format arguments where possible

This makes code more readale and concise,
moving all format arguments like `format!("{}", foo)` into the more compact `format!("{foo}")` form.

The change was automatically created with, so there are far less change of an accidental typo.

```
cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions