diff options
| author | pml68 <contact@pml68.dev> | 2025-05-13 00:06:16 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-05-13 00:06:16 +0200 |
| commit | d0fd9f1f738a76cfbe25e6a1f0cd8edf720827fe (patch) | |
| tree | 96bcecd63a0ae4f30e77e717665eb534290aecf5 | |
| parent | refactor: get rid of needless `clone` (diff) | |
| download | iced-builder-d0fd9f1f738a76cfbe25e6a1f0cd8edf720827fe.tar.gz | |
ci: allow `clippy::uninlined_format_args`
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
