Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(elixir): remove deprecated HashSet:
Related documentation: https://hexdocs.pm/elixir/1.12/HashSet.html Fix these worning: warning: HashSet.new/0 is deprecated, use the MapSet module instead platform/elixir/mail_checker.ex:2 warning: HashSet.member?/2 is deprecated, use the MapSet module instead platform/elixir/mail_checker.ex:11
- Loading branch information