Skip to content

Commit

Permalink
Type fixes for dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
dcorbacho committed Mar 27, 2023
1 parent 8e47fdd commit 9110c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/rabbit/src/amqqueue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
%% durable
recoverable_slaves = [] :: [atom()] | none | ets:match_pattern(),
%% durable, implicit update as above
policy :: binary() | none | undefined | ets:match_pattern(),
policy :: proplists:proplist() | none | undefined | ets:match_pattern(),
%% durable, implicit update as above
operator_policy :: binary() | none | undefined | ets:match_pattern(),
operator_policy :: proplists:proplist() | none | undefined | ets:match_pattern(),
%% transient
gm_pids = [] :: [{pid(), pid()}] | none | ets:match_pattern(),
%% transient, recalculated as above
Expand Down

0 comments on commit 9110c61

Please sign in to comment.