We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcd6bc commit 918d16fCopy full SHA for 918d16f
clippy_config/src/conf.rs
@@ -613,7 +613,6 @@ define_Conf! {
613
too_many_lines_threshold: u64 = 100,
614
/// The maximum size (in bytes) to consider a `Copy` type for passing by value instead of by
615
/// reference. By default there is no limit
616
- #[default_text = "target_pointer_width * 2"]
617
#[lints(trivially_copy_pass_by_ref)]
618
trivial_copy_size_limit: Option<u64> = None,
619
/// The maximum complexity a type can have
0 commit comments