Skip to content

Commit c0f39cf

Browse files
committed
Auto merge of rust-lang#5104 - JohnTitor:rustup-0129, r=Manishearth
Rustup to rust-lang#68512 changelog: none
2 parents 5b42a76 + 66524c5 commit c0f39cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/redundant_clone.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ fn base_local_and_movability<'tcx>(
334334
&& has_drop(cx, mir::Place::ty_from(local, projection, &mir.local_decls, cx.tcx).ty);
335335
}
336336

337-
Some((*local, deref || field))
337+
Some((local, deref || field))
338338
}
339339

340340
struct LocalUseVisitor {

0 commit comments

Comments
 (0)