Prevent dialyzer warning
Issued under OTP 22.2
This commit is contained in:
parent
2b9549fba7
commit
2b8f5702ea
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ parser(Handler, State, Config) ->
|
||||||
-spec resume(
|
-spec resume(
|
||||||
Rest::jsx:token(),
|
Rest::jsx:token(),
|
||||||
State::atom(),
|
State::atom(),
|
||||||
Handler::{atom(), any()},
|
Handler::module(),
|
||||||
Stack::list(atom()),
|
Stack::list(atom()),
|
||||||
Config::jsx:config()
|
Config::jsx:config()
|
||||||
) -> jsx:parser() | {incomplete, jsx:parser()}.
|
) -> jsx:parser() | {incomplete, jsx:parser()}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue