remove weird sentence

Fixes #21531
This commit is contained in:
Steve Klabnik 2015-01-22 18:59:33 -05:00 committed by Manish Goregaokar
parent aea1700c2d
commit 6667ef32b3
1 changed files with 1 additions and 3 deletions

View File

@ -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.