needless_pass_by_value

This commit is contained in:
Johann Hemmann 2024-01-19 15:34:34 +01:00
parent a342e936e3
commit 6699c90788

View File

@ -176,7 +176,6 @@ forget_non_drop = "allow"
format_collect = "allow" format_collect = "allow"
large_enum_variant = "allow" large_enum_variant = "allow"
needless_doctest_main = "allow" needless_doctest_main = "allow"
needless_pass_by_value = "allow"
needless_return = "allow" needless_return = "allow"
new_without_default = "allow" new_without_default = "allow"
nonminimal_bool = "allow" nonminimal_bool = "allow"