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 c211cea commit 3142ee3Copy full SHA for 3142ee3
clippy_lints/src/redundant_clone.rs
@@ -437,7 +437,7 @@ impl<'tcx> GenKillAnalysis<'tcx> for MaybeStorageLive {
437
_block: mir::BasicBlock,
438
_func: &mir::Operand<'tcx>,
439
_args: &[mir::Operand<'tcx>],
440
- _return_place: &mir::Place<'tcx>,
+ _return_place: mir::Place<'tcx>,
441
) {
442
// Nothing to do when a call returns successfully
443
}
0 commit comments