Fix rustfmt format

This commit is contained in:
Philipp Hansch 2018-12-03 07:13:00 +01:00
parent 6253d457e1
commit ebd508e0ac
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

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