summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Laing <dave.laing.80@gmail.com>2015-04-03 00:49:38 -0500
committerAustin Seipp <austin@well-typed.com>2015-04-03 00:51:38 -0500
commitd7338ac592838eacbac5b772cbab1d7d66848867 (patch)
treef7d1890eb7a17f7377e745d5415acdf41bef66ae
parentea9304838f1f52b54f3167e6cb522206f775a40b (diff)
downloadhaskell-d7338ac592838eacbac5b772cbab1d7d66848867.tar.gz
Remove an incorrect statement about -fwarn-tabs
Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D772 GHC Trac Issues: #10213 (cherry picked from commit 2255c76c7049314d3d8545efb6317688ba0da72c)
-rw-r--r--docs/users_guide/using.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index c1a51962db..50da497f6c 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -1755,8 +1755,6 @@ f "2" = 2
<indexterm><primary>tabs, warning</primary></indexterm>
<para>Have the compiler warn if there are tabs in your source
file.</para>
-
- <para>This warning is off by default.</para>
</listitem>
</varlistentry>