Skip to content

Commit f16f216

Browse files
committed
Rollup merge of rust-lang#21532 - steveklabnik:gh21531, r=alexcrichton
Fixes rust-lang#21531
2 parents fe26b86 + ea6dc18 commit f16f216

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/doc/reference.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,9 +2652,7 @@ The currently implemented features of the reference compiler are:
26522652
declare a `static` as being unique per-thread leveraging
26532653
LLVM's implementation which works in concert with the kernel
26542654
loader and dynamic linker. This is not necessarily available
2655-
on all platforms, and usage of it is discouraged (rust
2656-
focuses more on thread-local data instead of thread-local
2657-
data).
2655+
on all platforms, and usage of it is discouraged.
26582656

26592657
* `trace_macros` - Allows use of the `trace_macros` macro, which is a nasty
26602658
hack that will certainly be removed.

0 commit comments

Comments
 (0)