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(
|
||||
Rest::jsx:token(),
|
||||
State::atom(),
|
||||
Handler::{atom(), any()},
|
||||
Handler::module(),
|
||||
Stack::list(atom()),
|
||||
Config::jsx:config()
|
||||
) -> jsx:parser() | {incomplete, jsx:parser()}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue