diff options
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" |
