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 /crates/typst-docs | |
| parent | 3c2b61ee7d312f034109522e90a411c9b920e011 (diff) | |
Use clippy workspace lints and inline format args (#2771)
Diffstat (limited to 'crates/typst-docs')
| -rw-r--r-- | crates/typst-docs/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/typst-docs/Cargo.toml b/crates/typst-docs/Cargo.toml index 152f5e79..a5bc3fdb 100644 --- a/crates/typst-docs/Cargo.toml +++ b/crates/typst-docs/Cargo.toml @@ -25,3 +25,6 @@ typed-arena = { workspace = true } unicode_names2 = { workspace = true } unscanny = { workspace = true } yaml-front-matter = { workspace = true } + +[lints] +workspace = true |
