ソースを参照

change `rebar_app_into` to `rebar_app_info` in typespecs

pull/94/head
alisdair sullivan 10年前
コミット
6029fca8ca
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      src/rebar_state.erl

+ 3
- 3
src/rebar_state.erl ファイルの表示

@ -48,9 +48,9 @@
command_args = [],
command_parsed_args = [],
project_apps = [] :: [rebar_app_into:t()],
deps_to_build = [] :: [rebar_app_into:t()],
all_deps = [] :: [rebar_app_into:t()],
project_apps = [] :: [rebar_app_info:t()],
deps_to_build = [] :: [rebar_app_info:t()],
all_deps = [] :: [rebar_app_info:t()],
overrides = [],
providers = []}).

読み込み中…
キャンセル
保存