diff options
| author | tyler <tyler@brainiumstudios.com> | 2019-05-11 10:42:44 -0700 |
|---|---|---|
| committer | tyler <tyler@brainiumstudios.com> | 2019-05-15 07:30:34 -0700 |
| commit | 2b3642b95b04b4078405f4bc20ba537ce5512c00 (patch) | |
| tree | 92b0cf55e6314a75e0733068c688cf8eb8ed6f0a /src/libstd/thread | |
| parent | c3241d0ba03ff1e90ffdb4cd434660f81194b438 (diff) | |
| download | rust-2b3642b95b04b4078405f4bc20ba537ce5512c00.tar.gz rust-2b3642b95b04b4078405f4bc20ba537ce5512c00.zip | |
remove trailing whitespace
Diffstat (limited to 'src/libstd/thread')
| -rw-r--r-- | src/libstd/thread/local.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread/local.rs b/src/libstd/thread/local.rs index 998d9dcc683..1a12457646a 100644 --- a/src/libstd/thread/local.rs +++ b/src/libstd/thread/local.rs @@ -374,7 +374,7 @@ pub mod fast { // This data structure has been carefully constructed so that the fast path // only contains one branch on x86. That optimization is necessary to avoid // duplicated tls lookups on OSX. - // + // // LLVM issue: https://bugs.llvm.org/show_bug.cgi?id=41722 pub struct Key<T> { // If `LazyKeyInner::get` returns `None`, that indicates either: |
