We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519799f commit 72b402eCopy full SHA for 72b402e
clippy_lints/src/redundant_clone.rs
@@ -87,6 +87,7 @@ impl<'tcx> LateLintPass<'tcx> for RedundantClone {
87
88
let maybe_storage_live_result = MaybeStorageLive
89
.into_engine(cx.tcx, mir, def_id.to_def_id())
90
+ .pass_name("redundant_clone")
91
.iterate_to_fixpoint()
92
.into_results_cursor(mir);
93
let mut possible_borrower = {
0 commit comments