mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
Fix a Dialyzer warning in the recently introduced rebar_otp_appup.erl
This commit is contained in:
parent
9b69740fa1
commit
8f317965eb
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@
|
|||
%% Public API
|
||||
%% ===================================================================
|
||||
|
||||
-spec compile(rebar_config:config(), file:filename()) ->
|
||||
{'ok', rebar_config:config()}.
|
||||
-spec compile(rebar_config:config(), file:filename()) -> 'ok'.
|
||||
compile(Config, _AppFile) ->
|
||||
%% If we get an *.appup.src file, it needs to be pre-processed and
|
||||
%% written out as a ebin/*.appup file.
|
||||
|
|
Loading…
Reference in a new issue