Skip to content

Commit 3142ee3

Browse files
committed
Rustup to #70627
1 parent c211cea commit 3142ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/redundant_clone.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ impl<'tcx> GenKillAnalysis<'tcx> for MaybeStorageLive {
437437
_block: mir::BasicBlock,
438438
_func: &mir::Operand<'tcx>,
439439
_args: &[mir::Operand<'tcx>],
440-
_return_place: &mir::Place<'tcx>,
440+
_return_place: mir::Place<'tcx>,
441441
) {
442442
// Nothing to do when a call returns successfully
443443
}

0 commit comments

Comments
 (0)