Prevent dialyzer warning

Issued under OTP 22.2
This commit is contained in:
Paulo F. Oliveira 2020-02-11 09:11:24 +00:00
parent 2b9549fba7
commit 2b8f5702ea

View file

@ -38,7 +38,7 @@ parser(Handler, State, Config) ->
-spec resume(
Rest::jsx:token(),
State::atom(),
Handler::{atom(), any()},
Handler::module(),
Stack::list(atom()),
Config::jsx:config()
) -> jsx:parser() | {incomplete, jsx:parser()}.