File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -895,7 +895,7 @@ The order of associated items in traits.
895
895
896
896
## ` trivial-copy-size-limit `
897
897
The maximum size (in bytes) to consider a ` Copy ` type for passing by value instead of by
898
- reference. By default there is no limit
898
+ reference.
899
899
900
900
** Default Value:** ` target_pointer_width * 2 `
901
901
Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ define_Conf! {
678
678
#[ lints( arbitrary_source_item_ordering) ]
679
679
trait_assoc_item_kinds_order: SourceItemOrderingTraitAssocItemKinds = DEFAULT_TRAIT_ASSOC_ITEM_KINDS_ORDER . into( ) ,
680
680
/// The maximum size (in bytes) to consider a `Copy` type for passing by value instead of by
681
- /// reference. By default there is no limit
681
+ /// reference.
682
682
#[ default_text = "target_pointer_width * 2" ]
683
683
#[ lints( trivially_copy_pass_by_ref) ]
684
684
trivial_copy_size_limit: Option <u64 > = None ,
You can’t perform that action at this time.
0 commit comments