Skip to content

Commit b82f6c4

Browse files
josevalimam-kantox
authored andcommitted
Apply suggestions from code review
1 parent 06b8f40 commit b82f6c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/mix/lib/mix/tasks/compile.ex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ defmodule Mix.Tasks.Compile do
8888
If an umbrella project reenables compilers, they are re-enabled for all
8989
child projects.
9090
91-
Default is `[]`, for none compilers to be reenabled.
92-
This task always re-enables `"compiler.all"`.
91+
By default reenables all compilers.
9392
"""
94-
@spec reenable([{:compilers, compilers}]) :: :ok when compilers: :all | [Mix.Task.task_name()]
93+
@spec reenable([compilers: compilers]) :: :ok when compilers: :all | [Mix.Task.task_name()]
9594
def reenable(opts \\ []) do
9695
compilers =
9796
case Keyword.get(opts, :compilers, :all) do

0 commit comments

Comments
 (0)