From 2b3642b95b04b4078405f4bc20ba537ce5512c00 Mon Sep 17 00:00:00 2001 From: tyler Date: Sat, 11 May 2019 10:42:44 -0700 Subject: remove trailing whitespace --- src/libstd/thread/local.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/thread') 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 { // If `LazyKeyInner::get` returns `None`, that indicates either: -- cgit 1.4.1-3-g733a5