|
|
@ -48,8 +48,8 @@ |
|
|
|
}). |
|
|
|
|
|
|
|
-ifdef(namespaced_types). |
|
|
|
%% digraph:digraph() exists starting from Erlang 17. |
|
|
|
-type rebar_digraph() :: digraph:digraph(). |
|
|
|
%% digraph:graph() exists starting from Erlang 17. |
|
|
|
-type rebar_digraph() :: digraph:graph(). |
|
|
|
-else. |
|
|
|
%% digraph() has been obsoleted in Erlang 17 and deprecated in 18. |
|
|
|
-type rebar_digraph() :: digraph(). |
|
|
|