bcrypt_elixir icon indicating copy to clipboard operation
bcrypt_elixir copied to clipboard

Fix compilation warnings on Elixir 1.17

Open timothyvanderaerden opened this issue 8 months ago • 0 comments

Fixes the following compilation warnings with Elixir 1.17.

warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead

timothyvanderaerden avatar Jun 18 '24 15:06 timothyvanderaerden