Skip to content

Commit

Permalink
Fix invalid spec clause - dialyzer caught that, but eqwalizer didn't
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed Mar 20, 2024
1 parent caa8677 commit f1147e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exml.erl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ xml_size({Key, Value}) when is_binary(Key) ->
%% https://github.com/erszcz/rxml/commit/e8483408663f0bc2af7896e786c1cdea2e86e43d
-spec xml_sort([item()]) -> [item()];
(element()) -> element();
(attr()) -> attr();
(cdata()) -> cdata();
(exml_stream:start()) -> exml_stream:start();
(exml_stream:stop()) -> exml_stream:stop().
Expand Down

0 comments on commit f1147e8

Please sign in to comment.