mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Fix rustfmt format
This commit is contained in:
parent
6253d457e1
commit
ebd508e0ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
_ => {},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue