diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-01-22 18:59:33 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-01-22 18:59:33 -0500 |
| commit | ea6dc180fe145176e20ae7ecd6b9b0b7afffe67c (patch) | |
| tree | 7dc2bb92f81c830dedf29472d852a8725e048b3c /src/doc | |
| parent | b7930d93d9b57beaeabfeb43cf78fc8161ecd46c (diff) | |
| download | rust-ea6dc180fe145176e20ae7ecd6b9b0b7afffe67c.tar.gz rust-ea6dc180fe145176e20ae7ecd6b9b0b7afffe67c.zip | |
remove weird sentence
Fixes #21531
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/reference.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 9ec4708eb2f..e5fefc9e4c2 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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. |
