Give clippy some Dogfood to make it happy =^.^=

This commit is contained in:
xFrednet 2022-06-25 14:53:54 +02:00
parent 4d41a97735
commit 3a31ef7456
No known key found for this signature in database
GPG Key ID: F5C59D0E669E5302

View File

@ -474,7 +474,7 @@ fn check_fn_args<'cx, 'tcx: 'cx>(
};
return Some(PtrArg {
idx: i,
emission_id: emission_id,
emission_id,
span: hir_ty.span,
ty_did: adt.did(),
ty_name: name.ident.name,