浏览代码

Add missing function spec.

pull/2155/head
Guilherme Andrade 5 年前
父节点
当前提交
0cb050e93b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/rebar_dir.erl

+ 1
- 0
src/rebar_dir.erl 查看文件

@ -52,6 +52,7 @@ profile_dir(Opts, Profiles) ->
%% @doc returns the directory name for build artifacts for a given set
%% of profiles.
-spec profile_dir_name(rebar_state:t()) -> file:filename_all().
profile_dir_name(State) ->
profile_dir_name_(rebar_state:current_profiles(State)).

正在加载...
取消
保存