summaryrefslogtreecommitdiff
path: root/docs/users_guide/using-warnings.rst
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2020-06-15 18:07:49 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-17 15:32:44 -0400
commit4cab68974dba3e674016514c939946ce60e58273 (patch)
treec149a29edd44e9ad0aaf51c1949dad63b26222cf /docs/users_guide/using-warnings.rst
parent0639dc10e214280a90dd6b75ce86cf43d1eb2286 (diff)
downloadhaskell-4cab68974dba3e674016514c939946ce60e58273.tar.gz
docs: fix formatting in users guide
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r--docs/users_guide/using-warnings.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index ca1945c743..990d478af6 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -239,8 +239,7 @@ of ``-W(no-)*``.
- ``Data.List`` due to the future addition of ``Data.List.singleton`` and
specialisation of exports to the ``[]`` type. See the
- :ref:`mailing list
- <https://groups.google.com/forum/#!topic/haskell-core-libraries/q3zHLmzBa5E>`
+ `mailing list <https://groups.google.com/forum/#!topic/haskell-core-libraries/q3zHLmzBa5E>`_
for details.
This warning can be addressed by either adding an explicit import list or