diff options
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index e0c33a4fee..63a29fd501 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -81,7 +81,6 @@ name :: name()}). -type(queue_name() :: r('queue')). -type(exchange_name() :: r('exchange')). --type(key() :: binary()). -type(user() :: #user{username :: username(), password :: password()}). @@ -100,7 +99,7 @@ -type(binding() :: #binding{exchange_name :: exchange_name(), queue_name :: queue_name(), - key :: key()}). + key :: binding_key()}). %% TODO: make this more precise by tying specific class_ids to %% specific properties -type(undecoded_content() :: |
