Skip to content

Commit 918d16f

Browse files
committed
Make config text faithful to default
1 parent ebcd6bc commit 918d16f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_config/src/conf.rs

-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ define_Conf! {
613613
too_many_lines_threshold: u64 = 100,
614614
/// The maximum size (in bytes) to consider a `Copy` type for passing by value instead of by
615615
/// reference. By default there is no limit
616-
#[default_text = "target_pointer_width * 2"]
617616
#[lints(trivially_copy_pass_by_ref)]
618617
trivial_copy_size_limit: Option<u64> = None,
619618
/// The maximum complexity a type can have

0 commit comments

Comments
 (0)