Skip to content

Commit

Permalink
remove weird sentence
Browse files Browse the repository at this point in the history
Fixes #21531
  • Loading branch information
steveklabnik committed Jan 22, 2015
1 parent b7930d9 commit ea6dc18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/doc/reference.md
Expand Up @@ -2640,9 +2640,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.
Expand Down

0 comments on commit ea6dc18

Please sign in to comment.