summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-05-13 00:06:16 +0200
committerpml68 <contact@pml68.dev>2025-05-13 00:06:16 +0200
commitd0fd9f1f738a76cfbe25e6a1f0cd8edf720827fe (patch)
tree96bcecd63a0ae4f30e77e717665eb534290aecf5 /Cargo.toml
parentrefactor: get rid of needless `clone` (diff)
downloadiced-builder-d0fd9f1f738a76cfbe25e6a1f0cd8edf720827fe.tar.gz
ci: allow `clippy::uninlined_format_args`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8644388..4279f1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,6 +85,7 @@ unused_results = "deny"
[lints.clippy]
type-complexity = "allow"
+uninlined_format_args = "allow"
semicolon_if_nothing_returned = "deny"
trivially-copy-pass-by-ref = "deny"
default_trait_access = "deny"