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:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2022-12-23 13:42:58 -0500
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2022-12-24 14:36:10 -0500
commite16c76e3c30fd1123921e33f408d99b5cb40532f (patch)
tree7baaed532b19918ed80b8e6d91baed4610411713 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent1927c2e1d8d222656cae7051cdd924aa44428622 (diff)
downloadrust-e16c76e3c30fd1123921e33f408d99b5cb40532f.tar.gz
rust-e16c76e3c30fd1123921e33f408d99b5cb40532f.zip
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