Skip to content

Commit

Permalink
Auto merge of #5104 - JohnTitor:rustup-0129, r=Manishearth
Browse files Browse the repository at this point in the history
Rustup to rust-lang/rust#68512

changelog: none
  • Loading branch information
bors committed Jan 29, 2020
2 parents 5b42a76 + 66524c5 commit c0f39cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/redundant_clone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ fn base_local_and_movability<'tcx>(
&& has_drop(cx, mir::Place::ty_from(local, projection, &mir.local_decls, cx.tcx).ty);
}

Some((*local, deref || field))
Some((local, deref || field))
}

struct LocalUseVisitor {
Expand Down

0 comments on commit c0f39cf

Please sign in to comment.