feat: pass_by_value lint attribute
Useful for thin wrapper attributes that are best passed as value instead of reference.
This commit is contained in:
parent
66f64a441a
commit
4c3e330a8c
12 changed files with 165 additions and 56 deletions
|
@ -1143,6 +1143,7 @@ symbols! {
|
|||
rustc_paren_sugar,
|
||||
rustc_partition_codegened,
|
||||
rustc_partition_reused,
|
||||
rustc_pass_by_value,
|
||||
rustc_peek,
|
||||
rustc_peek_definite_init,
|
||||
rustc_peek_liveness,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue