diff options
| author | Flavio Percoco Premoli <flaper87@gmail.com> | 2015-01-24 10:42:40 +0100 |
|---|---|---|
| committer | Flavio Percoco Premoli <flaper87@gmail.com> | 2015-01-24 10:42:40 +0100 |
| commit | fd6fb165bd3e9601c7ff99fb9f656d599a9d620a (patch) | |
| tree | 43e9dd310296b58841ca7e0c0c10214e067a2d4e /src | |
| parent | 82299c07de8dea84d6fa5f02580ee49f04dd74dd (diff) | |
| parent | ea6dc180fe145176e20ae7ecd6b9b0b7afffe67c (diff) | |
| download | rust-fd6fb165bd3e9601c7ff99fb9f656d599a9d620a.tar.gz rust-fd6fb165bd3e9601c7ff99fb9f656d599a9d620a.zip | |
Rollup merge of #21532 - steveklabnik:gh21531, r=alexcrichton
Fixes #21531
Diffstat (limited to 'src')
| -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 d703607c172..7591176c781 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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. |
