Skip to content

Commit ebd508e

Browse files
committed
Fix rustfmt format
1 parent 6253d45 commit ebd508e

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)