mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
a824e8468c
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 ``` |
||
---|---|---|
.. | ||
fixtures | ||
migrations | ||
migrations_reversible | ||
migrations_simple | ||
describe.rs | ||
Dockerfile | ||
error.rs | ||
macros.rs | ||
migrate.rs | ||
my.cnf | ||
mysql.rs | ||
setup.sql | ||
test-attr.rs | ||
types.rs |