diff --git a/apps/remote_control/lib/lexical/remote_control/api/local.ex b/apps/remote_control/lib/lexical/remote_control/api/local.ex index 6382509dd..683e935d5 100644 --- a/apps/remote_control/lib/lexical/remote_control/api/local.ex +++ b/apps/remote_control/lib/lexical/remote_control/api/local.ex @@ -36,7 +36,6 @@ defmodule Lexical.RemoteControl.Api.Local do defdelegate modules_with_prefix(prefix, predicate), to: RemoteControl.Modules, as: :with_prefix - @spec docs(Project.t(), module()) :: {:ok, CodeIntelligence.Docs.t()} | {:error, any()} defdelegate docs(module, opts \\ []), to: CodeIntelligence.Docs, as: :for_module defdelegate register_listener(listener_pid, message_types), to: RemoteControl.Dispatch