misc: clippy: add uninlined_format_args
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
7cb73e9e56
commit
ea4f07d3bf
23 changed files with 91 additions and 130 deletions
|
|
@ -172,6 +172,7 @@ suspicious = "deny"
|
|||
# Individual Lints
|
||||
assertions_on_result_states = "deny"
|
||||
undocumented_unsafe_blocks = "deny"
|
||||
uninlined_format_args = "deny"
|
||||
unnecessary_semicolon = "deny"
|
||||
|
||||
[workspace.lints.rust]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue