Skip to content

Commit 3a31ef7

Browse files
committed
Give clippy some Dogfood to make it happy =^.^=
1 parent 4d41a97 commit 3a31ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ fn check_fn_args<'cx, 'tcx: 'cx>(
474474
};
475475
return Some(PtrArg {
476476
idx: i,
477-
emission_id: emission_id,
477+
emission_id,
478478
span: hir_ty.span,
479479
ty_did: adt.did(),
480480
ty_name: name.ident.name,

0 commit comments

Comments
 (0)