Skip to content

Commit

Permalink
Updated the arity for the dialyzer no-warn.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Aug 9, 2023
1 parent a34972f commit 72250dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rebar/src/rebar_prv_shell.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
-define(DEPS, [compile]).

-dialyzer({nowarn_function, rewrite_leaders/2}).
-dialyzer({nowarn_function, start_interactive/0}).
-dialyzer({nowarn_function, start_interactive/1}).

%% ===================================================================
%% Public API
Expand Down

0 comments on commit 72250dd

Please sign in to comment.