about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFlavio Percoco Premoli <flaper87@gmail.com>2015-01-24 10:42:40 +0100
committerFlavio Percoco Premoli <flaper87@gmail.com>2015-01-24 10:42:40 +0100
commitfd6fb165bd3e9601c7ff99fb9f656d599a9d620a (patch)
tree43e9dd310296b58841ca7e0c0c10214e067a2d4e /src
parent82299c07de8dea84d6fa5f02580ee49f04dd74dd (diff)
parentea6dc180fe145176e20ae7ecd6b9b0b7afffe67c (diff)
downloadrust-fd6fb165bd3e9601c7ff99fb9f656d599a9d620a.tar.gz
rust-fd6fb165bd3e9601c7ff99fb9f656d599a9d620a.zip
Rollup merge of #21532 - steveklabnik:gh21531, r=alexcrichton
Fixes #21531
Diffstat (limited to 'src')
-rw-r--r--src/doc/reference.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index d703607c172..7591176c781 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2652,9 +2652,7 @@ The currently implemented features of the reference compiler are:
                    declare a `static` as being unique per-thread leveraging
                    LLVM's implementation which works in concert with the kernel
                    loader and dynamic linker. This is not necessarily available
-                   on all platforms, and usage of it is discouraged (rust
-                   focuses more on thread-local data instead of thread-local
-                   data).
+                   on all platforms, and usage of it is discouraged.
 
 * `trace_macros` - Allows use of the `trace_macros` macro, which is a nasty
                    hack that will certainly be removed.