Skip to content

Commit

Permalink
fixed dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
scohen committed May 13, 2024
1 parent 1969e4e commit 518cb51
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 518cb51

Please sign in to comment.