You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: I implemented protocols to encode to JSON as advised here,
"""
If you don't own the struct you want to encode to JSON, you may use Protocol.derive/3 placed outside of any module:
Context: I implemented protocols to encode to JSON as advised here,
"""
If you don't own the struct you want to encode to JSON, you may use
Protocol.derive/3
placed outside of any module:"""
Issue:
mix doctor
complains that there's no module doc when I derive a Protocol from a module I don't own.Is it a bug?
The best workaround I found is to ignore the related modules from
.doctor.exs
The text was updated successfully, but these errors were encountered: