Emysql icon indicating copy to clipboard operation
Emysql copied to clipboard

type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2

Open YYChildren opened this issue 10 years ago • 0 comments

tint:type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2

-spec as_dict(Result) -> Dict when Result :: #result_packet{}, Dict :: dict().
modified as %% @spec as_dict(Result) -> Dict %% when %% Result :: #result_packet{}, %% Dict :: dict().

YYChildren avatar Jul 31 '15 10:07 YYChildren