Skip to content

Commit 52dc71b

Browse files
committed
Fix invalid spec clause - dialyzer caught that, but eqwalizer didn't
1 parent 6bb8e7b commit 52dc71b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/exml.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ xml_size({Key, Value}) when is_binary(Key) ->
6969
%% https://github.com/erszcz/rxml/commit/e8483408663f0bc2af7896e786c1cdea2e86e43d
7070
-spec xml_sort([item()]) -> [item()];
7171
(element()) -> element();
72-
(attr()) -> attr();
7372
(cdata()) -> cdata();
7473
(exml_stream:start()) -> exml_stream:start();
7574
(exml_stream:stop()) -> exml_stream:stop().

0 commit comments

Comments
 (0)