We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8298da7 commit f0bb475Copy full SHA for f0bb475
clippy_config/src/conf.rs
@@ -678,7 +678,7 @@ define_Conf! {
678
#[lints(arbitrary_source_item_ordering)]
679
trait_assoc_item_kinds_order: SourceItemOrderingTraitAssocItemKinds = DEFAULT_TRAIT_ASSOC_ITEM_KINDS_ORDER.into(),
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
+ /// reference.
682
#[default_text = "target_pointer_width * 2"]
683
#[lints(trivially_copy_pass_by_ref)]
684
trivial_copy_size_limit: Option<u64> = None,
0 commit comments