Skip to content

Commit

Permalink
chore: add note about private api usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Dec 10, 2024
1 parent 55af6a1 commit 618cb9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/igniter/project/deps.ex
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ defmodule Igniter.Project.Deps do

@dialyzer {:nowarn_function, {:fetch_hex_repos!, 0}}
defp fetch_hex_repos! do
# This is a private API, but unlikely to change.
Hex.State.fetch!(:repos)
end

Expand Down

0 comments on commit 618cb9c

Please sign in to comment.