Skip to content

Commit 201f3ef

Browse files
committed
Fix warning
1 parent 37192d0 commit 201f3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/lib/module/types/descr.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6210,7 +6210,7 @@ defmodule Module.Types.Descr do
62106210
end
62116211
|> case do
62126212
# Full simplification necessary for e.g. formatter.ex compilation
6213-
{lit, c, u, c} -> bdd_union(u, c)
6213+
{_lit, c, u, c} -> bdd_union(u, c)
62146214
x -> x
62156215
end
62166216
end

0 commit comments

Comments
 (0)