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 476cd92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/remote_control/lib/lexical/remote_control/api/local.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
defmodule Lexical.RemoteControl.Api.Local do
alias Lexical.Project
alias Lexical.RemoteControl
alias Lexical.RemoteControl.Api.Proxy
alias Lexical.RemoteControl.CodeAction
Expand Down Expand Up @@ -36,7 +35,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 476cd92

Please sign in to comment.