summaryrefslogtreecommitdiff
path: root/crates/typst-pdf
diff options
context:
space:
mode:
authordanieleades <33452915+danieleades@users.noreply.github.com>2023-11-27 10:34:14 +0000
committerGitHub <noreply@github.com>2023-11-27 11:34:14 +0100
commite36a18b99135a96bbddbaea33a2116977d04e318 (patch)
tree3365cb450f82a8c9476cbf680cb9c0ef2436aa48 /crates/typst-pdf
parent3c2b61ee7d312f034109522e90a411c9b920e011 (diff)
Use clippy workspace lints and inline format args (#2771)
Diffstat (limited to 'crates/typst-pdf')
-rw-r--r--crates/typst-pdf/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/typst-pdf/Cargo.toml b/crates/typst-pdf/Cargo.toml
index 74e38a69..f2f05f65 100644
--- a/crates/typst-pdf/Cargo.toml
+++ b/crates/typst-pdf/Cargo.toml
@@ -32,3 +32,6 @@ ttf-parser = { workspace = true }
unicode-properties = { workspace = true }
unscanny = { workspace = true }
xmp-writer = { workspace = true }
+
+[lints]
+workspace = true