소스 검색

Merge pull request #94 from talentdeficit/rebar_app_into

change `rebar_app_into` to `rebar_app_info` in typespecs
pull/95/head
Tristan Sloughter 10 년 전
부모
커밋
de6bba6ff6
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 = []}).

불러오는 중...
취소
저장