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