misc: clippy: add manual_string_new
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
b4c62bf159
commit
fed010fcd1
5 changed files with 15 additions and 14 deletions
|
|
@ -171,6 +171,7 @@ suspicious = "deny"
|
|||
|
||||
# Individual Lints
|
||||
assertions_on_result_states = "deny"
|
||||
manual_string_new = "deny"
|
||||
semicolon_if_nothing_returned = "deny"
|
||||
undocumented_unsafe_blocks = "deny"
|
||||
uninlined_format_args = "deny"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue