Drop commented-out code

This commit is contained in:
Richard Feldman 2020-08-12 22:48:28 -04:00 committed by GitHub
parent de6959508e
commit 84789d3077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -543,7 +543,6 @@ fn to_relevant_branch_help<'a>(
DestructType::Guard(guard) => guard.clone(),
DestructType::Required => Pattern::Underscore,
DestructType::Optional(_expr) => {
// todo!("TODO decision tree for optional field branch");
Pattern::Underscore
}
};