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:
commit
6f7a32487a
1 changed files with 0 additions and 1 deletions
|
@ -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()}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue