diff options
| author | danieleades <33452915+danieleades@users.noreply.github.com> | 2023-11-27 10:34:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 11:34:14 +0100 |
| commit | e36a18b99135a96bbddbaea33a2116977d04e318 (patch) | |
| tree | 3365cb450f82a8c9476cbf680cb9c0ef2436aa48 /Cargo.toml | |
| parent | 3c2b61ee7d312f034109522e90a411c9b920e011 (diff) | |
Use clippy workspace lints and inline format args (#2771)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -132,3 +132,6 @@ codegen-units = 1 [profile.release.package."typst-cli"] strip = true + +[workspace.lints.clippy] +uninlined_format_args = "warn" |
