enable needless_pass_by_value lint

This commit is contained in:
Charles Hall 2024-05-14 18:41:37 -07:00
parent c4a9bca16f
commit a636405bed
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 10 additions and 9 deletions

View file

@ -55,6 +55,7 @@ missing_assert_message = "warn"
mod_module_files = "warn"
multiple_inherent_impl = "warn"
mutex_atomic = "warn"
needless_pass_by_value = "warn"
negative_feature_names = "warn"
pub_without_shorthand = "warn"
rc_buffer = "warn"