diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-04-25 18:40:40 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-04-25 18:40:40 +0300 |
| commit | e237612ae74990aff612a79b617d1dad438aaf51 (patch) | |
| tree | 3c9c6b63d573af7df448cdf110cc2819a0de3d7a /src | |
| parent | bacfa02c4fa7deebe34d168788f9c3e134ba8fe5 (diff) | |
| download | rabbitmq-server-git-e237612ae74990aff612a79b617d1dad438aaf51.tar.gz | |
rabbit_ssl: less confusing wording around xref exclusions
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_ssl.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_ssl.erl b/src/rabbit_ssl.erl index b71312d248..e20a8f2f72 100644 --- a/src/rabbit_ssl.erl +++ b/src/rabbit_ssl.erl @@ -28,7 +28,7 @@ -export_type([certificate/0]). -% Due to API differences between OTP 20.3.x and OTP 21+ +% Due to API differences between OTP releases. -dialyzer(no_missing_calls). -ignore_xref([{ssl_cipher_format, erl_suite_definition, 1}, {ssl_cipher_format, suite, 1}, |
