You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/ex_doc/formatter/epub.ex: The function call on line 151 is expected to have type binary() | maybe_improper_list(byte() | binary() | iolist(), [] | binary()) but it has type chars()
149
150 "~4..0B-~2..0B-~2..0BT~2..0B:~2..0B:~2..0BZ"
151 |> :io_lib.format(list)
152 |> IO.iodata_to_binary()
153 end
Code:
https://github.com/eksperimental/ex_doc/blob/a5f02c1bb03651f4fa40f9fc56301d71a515e742/lib/ex_doc/formatter/epub.ex#L150-L152
chars()
refers to:io_lib.chars()
The text was updated successfully, but these errors were encountered: