mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable needless_pass_by_value lint
This commit is contained in:
parent
c4a9bca16f
commit
a636405bed
3 changed files with 10 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue