Reworked so that the tz_index is built as a module, rather than a raw dict, so it passes dialyzer

This commit is contained in:
Jesse Gumm 2021-06-30 18:42:38 -05:00
parent a83ffd04db
commit 7852777534
7 changed files with 469 additions and 494 deletions

View file

@ -1 +1,5 @@
{erl_opts, [debug_info]}.
{dialyzer, [
{warnings, [no_opaque]}
]}.