tesla icon indicating copy to clipboard operation
tesla copied to clipboard

Compiler warnings with Elixir v1.17.0-rc.0

Open nathany-copia opened this issue 8 months ago • 1 comments

Compiling 38 files (.ex)
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    │
 75 │       handle(:hackney.request(method, url, headers, body || '', opts), opts)
    │                                                             ~
    │
    └─ lib/tesla/adapter/hackney.ex:75:61

nathany-copia avatar May 27 '24 18:05 nathany-copia