Skip to content

Commit 6d4eee5

Browse files
Remove deprecated List.zip/1
1 parent bb718d9 commit 6d4eee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pdf/table.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ defmodule Pdf.Table do
242242
|> Enum.max()
243243
end)
244244
end)
245-
|> List.zip()
245+
|> Enum.zip()
246246
# TODO: I don't know how efficient it is to work with tuples and back to lists
247247
# It may be good to do a zip/1 that returns a list of lists again
248248
|> Enum.map(&Tuple.to_list/1)

0 commit comments

Comments
 (0)