summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2d280f3..357dc7ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -132,3 +132,6 @@ codegen-units = 1
[profile.release.package."typst-cli"]
strip = true
+
+[workspace.lints.clippy]
+uninlined_format_args = "warn"