Skip to content

Commit a6f4cf7

Browse files
authored
Merge pull request #3487 from phansch/fix_fmt
Fix rustfmt format
2 parents fd54f44 + ebd508e commit a6f4cf7

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
@@ -280,7 +280,7 @@ impl<'tcx> mir::visit::Visitor<'tcx> for LocalUseVisitor {
280280
fn visit_local(&mut self, local: &mir::Local, ctx: PlaceContext<'tcx>, _: mir::Location) {
281281
match ctx {
282282
PlaceContext::MutatingUse(MutatingUseContext::Drop) | PlaceContext::NonUse(NonUseContext::StorageDead) => {
283-
return
283+
return;
284284
},
285285
_ => {},
286286
}

0 commit comments

Comments
 (0)