Hello Elixirs
I am not being able to get rid of this Dialyzer error
lib/collector/feed.ex:78:unknown_type
Unknown type: :mnesia.create_option/0.
________________________________________________________________________________
lib/collector/feed.ex:78:unknown_type
Unknown type: :mnesia.table/0.
Do I need to import Mnesia in my mix.exs in order to use them?
If it is the case, I would appreciate some help
Thank you!!