Skip to content

Commit 5f616e2

Browse files
committed
Remove TODOs
1 parent ee87c1c commit 5f616e2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/elixir/lib/module/types/pattern.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,6 @@ defmodule Module.Types.Pattern do
650650
%{context | pattern_info: pattern_info}
651651
end
652652

653-
# TODO: Properly traverse domain keys
654-
# TODO: Properly handle pin operator in keys
655653
defp of_open_map(args, static, dynamic, path, stack, context) do
656654
{static, dynamic, context} =
657655
Enum.reduce(args, {static, dynamic, context}, fn

0 commit comments

Comments
 (0)