diff options
| author | xFrednet <xFrednet@gmail.com> | 2022-06-25 14:53:54 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2022-06-25 14:53:54 +0200 |
| commit | 3a31ef7456eed7c901acdb82f91ac1eeb0a84f46 (patch) | |
| tree | 0b7d95fcc8d957ae6dffd2409bf11019811b0556 | |
| parent | 4d41a97735c0f9c8d33fab6d7710c9383e063d83 (diff) | |
| download | rust-3a31ef7456eed7c901acdb82f91ac1eeb0a84f46.tar.gz rust-3a31ef7456eed7c901acdb82f91ac1eeb0a84f46.zip | |
Give clippy some Dogfood to make it happy =^.^=
| -rw-r--r-- | clippy_lints/src/ptr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/ptr.rs b/clippy_lints/src/ptr.rs index 8f729feb090..dd01e4317a4 100644 --- a/clippy_lints/src/ptr.rs +++ b/clippy_lints/src/ptr.rs @@ -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, |
