Skip to content

Commit f0bb475

Browse files
authored
Remove incorrect "no default" text from trivial_copy_size_limit
1 parent 8298da7 commit f0bb475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_config/src/conf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ define_Conf! {
678678
#[lints(arbitrary_source_item_ordering)]
679679
trait_assoc_item_kinds_order: SourceItemOrderingTraitAssocItemKinds = DEFAULT_TRAIT_ASSOC_ITEM_KINDS_ORDER.into(),
680680
/// 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.
682682
#[default_text = "target_pointer_width * 2"]
683683
#[lints(trivially_copy_pass_by_ref)]
684684
trivial_copy_size_limit: Option<u64> = None,

0 commit comments

Comments
 (0)