Skip to content

Commit ea6dc18

Browse files
committed
remove weird sentence
Fixes #21531
1 parent b7930d9 commit ea6dc18

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
@@ -2640,9 +2640,7 @@ The currently implemented features of the reference compiler are:
26402640
declare a `static` as being unique per-thread leveraging
26412641
LLVM's implementation which works in concert with the kernel
26422642
loader and dynamic linker. This is not necessarily available
2643-
on all platforms, and usage of it is discouraged (rust
2644-
focuses more on thread-local data instead of thread-local
2645-
data).
2643+
on all platforms, and usage of it is discouraged.
26462644

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

0 commit comments

Comments
 (0)