Skip to content

Commit

Permalink
chore: reject large types passed by value
Browse files Browse the repository at this point in the history
- Lint is designed to identify and flag instances of large types being passed by value
  • Loading branch information
huitseeker committed Aug 16, 2023
1 parent dd440f9 commit 3c5db0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ xclippy = [
"-Wclippy::match_same_arms",
"-Wclippy::cast_lossless",
"-Wclippy::derive_partial_eq_without_eq",
"-Wclippy::large_types_passed_by_value",
"-Wrust_2018_idioms",
]

0 comments on commit 3c5db0c

Please sign in to comment.