Prevent dialyzer warning

Issued under OTP 22.2
This commit is contained in:
Paulo F. Oliveira 2020-02-10 16:56:24 +00:00
parent 04ea54a2b3
commit 2b9549fba7

View file

@ -43,7 +43,7 @@ decoder(Handler, State, Config) ->
-spec resume(
Rest::binary(),
State::atom(),
Handler::{atom(), any()},
Handler::module(),
Acc::any(),
Stack::list(atom()),
Config::jsx:config()