diff options
| author | Johann Hemmann <johann.hemmann@code.berlin> | 2024-01-19 15:34:34 +0100 |
|---|---|---|
| committer | Johann Hemmann <johann.hemmann@code.berlin> | 2024-01-19 17:31:01 +0100 |
| commit | 6699c90788ce52bf7ba89e02aef71dfb69b82b79 (patch) | |
| tree | 72c584b50ffc0927e2a14bdf5459ce8051122903 | |
| parent | a342e936e34eddbc7bf643e90b7cf2da5f9bc69a (diff) | |
| download | rust-6699c90788ce52bf7ba89e02aef71dfb69b82b79.tar.gz rust-6699c90788ce52bf7ba89e02aef71dfb69b82b79.zip | |
needless_pass_by_value
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ad3726f0521..e4ad41b6e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,7 +176,6 @@ forget_non_drop = "allow" format_collect = "allow" large_enum_variant = "allow" needless_doctest_main = "allow" -needless_pass_by_value = "allow" needless_return = "allow" new_without_default = "allow" nonminimal_bool = "allow" |
