mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Drop commented-out code
This commit is contained in:
parent
de6959508e
commit
84789d3077
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue