sqlx/examples
Yuri Astrakhan a824e8468c
Cleanup format arguments (#2650)
Inlined format args make code more readable, and code more compact.

I ran this clippy command to fix most cases, and then cleaned up a few trailing commas and uncaught edge cases.

```
cargo clippy --bins --examples  --benches --tests --lib --workspace --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2023-07-31 13:27:04 -07:00
..
mysql/todos Cleanup format arguments (#2650) 2023-07-31 13:27:04 -07:00
postgres Cleanup format arguments (#2650) 2023-07-31 13:27:04 -07:00
sqlite/todos Cleanup format arguments (#2650) 2023-07-31 13:27:04 -07:00
.gitignore update todo examples to 0.4 and use migrations 2020-07-18 05:43:16 -07:00
x.py update todo examples to 0.4 and use migrations 2020-07-18 05:43:16 -07:00