Skip to content

Commit 6a1ff6b

Browse files
committed
Make amqqueue:target() opaque
1 parent 621d15a commit 6a1ff6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/amqqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
extra_bcc :: rabbit_misc:resource_name() | none
133133
}).
134134

135-
-type target() :: #queue_target{}.
135+
-opaque target() :: #queue_target{}.
136136

137137
-type amqqueue() :: amqqueue_v2().
138138
-type amqqueue_v2() :: #amqqueue{

0 commit comments

Comments
 (0)