add trivially_copy_pass_by_ref lint
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3efb3a93ca
commit
661dba688a
1 changed files with 1 additions and 0 deletions
|
@ -526,6 +526,7 @@ single_match_else = "warn"
|
||||||
explicit_deref_methods = "warn"
|
explicit_deref_methods = "warn"
|
||||||
explicit_iter_loop = "warn"
|
explicit_iter_loop = "warn"
|
||||||
manual_let_else = "warn"
|
manual_let_else = "warn"
|
||||||
|
trivially_copy_pass_by_ref = "warn"
|
||||||
|
|
||||||
# some sadness
|
# some sadness
|
||||||
missing_errors_doc = "allow"
|
missing_errors_doc = "allow"
|
||||||
|
|
Loading…
Add table
Reference in a new issue