diff --git a/compiler/mono/src/decision_tree.rs b/compiler/mono/src/decision_tree.rs index d883f3e7f9..42a11c0da3 100644 --- a/compiler/mono/src/decision_tree.rs +++ b/compiler/mono/src/decision_tree.rs @@ -409,7 +409,6 @@ fn test_at_path<'a>(selected_path: &Path, branch: &Branch<'a>, all_tests: &mut V arguments.push((Pattern::Underscore, destruct.layout.clone())); } DestructType::Optional(_expr) => { - // todo!("test_at_type for optional destruct"); arguments.push((Pattern::Underscore, destruct.layout.clone())); } }