Remove incorrect "no default" text from trivial_copy_size_limit
This commit is contained in:
parent
8298da72e7
commit
f0bb475f80
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ define_Conf! {
|
|||
#[lints(arbitrary_source_item_ordering)]
|
||||
trait_assoc_item_kinds_order: SourceItemOrderingTraitAssocItemKinds = DEFAULT_TRAIT_ASSOC_ITEM_KINDS_ORDER.into(),
|
||||
/// The maximum size (in bytes) to consider a `Copy` type for passing by value instead of by
|
||||
/// reference. By default there is no limit
|
||||
/// reference.
|
||||
#[default_text = "target_pointer_width * 2"]
|
||||
#[lints(trivially_copy_pass_by_ref)]
|
||||
trivial_copy_size_limit: Option<u64> = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue