Skip to content

Commit 4e647e6

Browse files
committed
Update autolink.ex
1 parent 0abfd72 commit 4e647e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ex_doc/autolink.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ defmodule ExDoc.Autolink do
188188
timeout: 0
189189
]
190190

191-
defp url("", _mode, _config), do: nil
192191
defp url(string = "mix help " <> name, mode, config), do: mix_task(name, string, mode, config)
193192
defp url(string = "mix " <> name, mode, config), do: mix_task(name, string, mode, config)
194193

0 commit comments

Comments
 (0)