Skip to content

Commit 82c264b

Browse files
sabiwarajosevalim
authored andcommitted
Remove erlang doc duplicates in IEx (#12797)
1 parent 4fbed9f commit 82c264b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/iex/lib/iex/introspection.ex

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ defmodule IEx.Introspection do
293293
module.module_info(:exports)
294294
end
295295
|> Enum.sort()
296+
|> Enum.dedup()
296297

297298
result =
298299
for {^function, arity} <- exports,

0 commit comments

Comments
 (0)