cargo fmt

This commit is contained in:
Richard Feldman 2020-08-12 23:03:09 -04:00
parent 2173bc6f6f
commit 31811410ee

View file

@ -541,9 +541,7 @@ fn to_relevant_branch_help<'a>(
let pattern = match destruct.typ {
DestructType::Guard(guard) => guard.clone(),
DestructType::Required => Pattern::Underscore,
DestructType::Optional(_expr) => {
Pattern::Underscore
}
DestructType::Optional(_expr) => Pattern::Underscore,
};
(