Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of charlist deprecation warnings
warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 83 │ {:ok, config} = :file.consult('rebar.config') │ ~ │ └─ deps/telemetry_registry/mix.exs:83:35 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 89 │ {:ok, [{:application, name, desc}]} = :file.consult('src/telemetry_registry.app.src') │ ~ │ └─ telemetry_registry/mix.exs:89:57
- Loading branch information