File tree 2 files changed +2
-2
lines changed
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
291
291
292
292
** Default Value:** ` 256 ` (` u64 ` )
293
293
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 )
295
295
296
296
297
297
### too-many-lines-threshold
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ define_Conf! {
323
323
///
324
324
/// The maximum size (in bytes) to consider a `Copy` type for passing by value instead of by reference.
325
325
( trivial_copy_size_limit: Option <u64 > = None ) ,
326
- /// Lint: LARGE_TYPE_PASS_BY_MOVE .
326
+ /// Lint: LARGE_TYPES_PASSED_BY_VALUE .
327
327
///
328
328
/// The minimum size (in bytes) to consider a type for passing by reference instead of by value.
329
329
( pass_by_value_size_limit: u64 = 256 ) ,
You can’t perform that action at this time.
0 commit comments