File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ The minimum size (in bytes) to consider a type for passing by reference instead
291291
292292** Default Value:** ` 256 ` (` u64 ` )
293293
294- * [ large_type_pass_by_move ] ( https://rust-lang.github.io/rust-clippy/master/index.html#large_type_pass_by_move )
294+ * [ large_types_passed_by_value ] ( https://rust-lang.github.io/rust-clippy/master/index.html#large_types_passed_by_value )
295295
296296
297297### too-many-lines-threshold
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ define_Conf! {
323323 ///
324324 /// The maximum size (in bytes) to consider a `Copy` type for passing by value instead of by reference.
325325 ( trivial_copy_size_limit: Option <u64 > = None ) ,
326- /// Lint: LARGE_TYPE_PASS_BY_MOVE .
326+ /// Lint: LARGE_TYPES_PASSED_BY_VALUE .
327327 ///
328328 /// The minimum size (in bytes) to consider a type for passing by reference instead of by value.
329329 ( pass_by_value_size_limit: u64 = 256 ) ,
You can’t perform that action at this time.
0 commit comments