Skip to content

Commit 4936134

Browse files
am-kantoxjosevalim
andauthored
Update lib/mix/lib/mix/task.compiler.ex
Co-authored-by: José Valim <[email protected]>
1 parent 583906e commit 4936134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/task.compiler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ defmodule Mix.Task.Compiler do
323323
`Mix.Task.Compiler.compilers()` are to be reenabled. This task always
324324
re-enables `"compile"` and `"compile.all"`.
325325
"""
326-
@spec reenable([{:compilers, compilers}]) :: :ok when compilers: :all | [Mix.Task.task_name()]
326+
@spec reenable(compilers: compilers) :: :ok when compilers: :all | [atom()]
327327
def reenable(opts \\ []) do
328328
compilers =
329329
case Keyword.get(opts, :compilers, :all) do

0 commit comments

Comments
 (0)