Skip to content

Commit 8c8de34

Browse files
authored
Update lib/mix/lib/mix/task.compiler.ex
1 parent bb2f176 commit 8c8de34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +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+
@doc since: "1.19.0"
326327
@spec reenable(compilers: compilers) :: :ok when compilers: :all | [atom()]
327328
def reenable(opts \\ []) do
328329
compilers =

0 commit comments

Comments
 (0)