We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3241d0 commit 2b3642bCopy full SHA for 2b3642b
src/libstd/thread/local.rs
@@ -374,7 +374,7 @@ pub mod fast {
374
// This data structure has been carefully constructed so that the fast path
375
// only contains one branch on x86. That optimization is necessary to avoid
376
// duplicated tls lookups on OSX.
377
- //
+ //
378
// LLVM issue: https://bugs.llvm.org/show_bug.cgi?id=41722
379
pub struct Key<T> {
380
// If `LazyKeyInner::get` returns `None`, that indicates either:
0 commit comments