warning: redefining @doc attribute previously set at line 54.
Please remove the duplicate docs. If instead you want to override a previously defined @doc, attach the @doc attribute to a function head:
@doc """
new docs
"""
def enqueue(...)
lib/rihanna.ex:70: Rihanna.enqueue/2
warning: redefining @doc attribute previously set at line 54.
Please remove the duplicate docs. If instead you want to override a previously defined @doc, attach the @doc attribute to a function head:
@doc """
new docs
"""
def enqueue(...)
lib/rihanna.ex:91: Rihanna.enqueue/2
Pretty minor, but I'll try to send a PR to fix.