dashbitco / nimble_csv

A simple and fast CSV parsing and dumping library for Elixir
https://hexdocs.pm/nimble_csv
772 stars 51 forks source link

Add generated to newlines_separator macro #81

Closed kzlsakal closed 7 months ago

kzlsakal commented 7 months ago

The newlines_separator macro causes dialyzer warnings in projects that use NimbleCSV and have dialyzer enabled. This commit adds the generated attribute to the macro to suppress the warnings.

Tested on a project locally to verify it resolves #80

josevalim commented 7 months ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: