With Elixir >= 1.4.0 calling functions without parentheses causes
compile warnings such as this:
warning: variable "package" does not exist and is being expanded
to "package()", please use parentheses to remove the ambiguity or
change the variable name
This removes these warnings so that projects brining in this as
a dependency don't see these warnings.
With Elixir >= 1.4.0 calling functions without parentheses causes compile warnings such as this:
This removes these warnings so that projects brining in this as a dependency don't see these warnings.