Skip to content

Commit 6a542b9

Browse files
committed
Comment out resource record types, dialyzer goes grazy on r1/2/3 helper types
1 parent e3697ee commit 6a542b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit_common/include/resource.hrl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
-record(resource, {
1212
%% '_'s come from rabbit_table:resource_match
1313
%% 'undefined' is expected by import definitions module
14-
virtual_host :: rabbit_types:vhost() | undefined | '_',
14+
virtual_host, %% :: rabbit_types:vhost() | undefined | '_',
1515
%% exchange, queue, topic
16-
kind :: resource_kind() | '_',
16+
kind, %% :: resource_kind() | '_',
1717
%% name as a binary
18-
name :: resource_name() | '_'
18+
name %% :: resource_name() | '_'
1919
}).

0 commit comments

Comments
 (0)