Merge pull request #150 from enidgjoleka/remove-unused-file-attribute

Remove -file attribute pointing to a non-existing file on ec_semver_parser
This commit is contained in:
Fred Hebert 2021-05-12 08:16:38 -04:00 committed by GitHub
commit 6f7a32487a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,6 @@ parse(Input) when is_binary(Input) ->
transform(_,Node,_Index) -> Node. transform(_,Node,_Index) -> Node.
-file("peg_includes.hrl", 1).
-type index() :: {{line, pos_integer()}, {column, pos_integer()}}. -type index() :: {{line, pos_integer()}, {column, pos_integer()}}.
-type input() :: binary(). -type input() :: binary().
-type parse_failure() :: {fail, term()}. -type parse_failure() :: {fail, term()}.