fix(dialyzer): bad function spec for emqx_map_lib:deep_convert/3
This commit is contained in:
parent
ca327b7c55
commit
05fc6d9e45
|
@ -32,8 +32,7 @@
|
|||
-export_type([config_key/0, config_key_path/0]).
|
||||
-type config_key() :: atom() | binary().
|
||||
-type config_key_path() :: [config_key()].
|
||||
-type convert_fun() :: fun((K::any(), V::any(), Args::list()) ->
|
||||
{K1::any(), V1::any()} | drop).
|
||||
-type convert_fun() :: fun((...) -> {K1::any(), V1::any()} | drop).
|
||||
|
||||
%%-----------------------------------------------------------------
|
||||
-spec deep_get(config_key_path(), map()) -> term().
|
||||
|
|
Loading…
Reference in New Issue