We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0841c7 commit 14022c8Copy full SHA for 14022c8
library/std/src/thread/local.rs
@@ -8,8 +8,8 @@ use crate::fmt;
8
9
/// A thread local storage (TLS) key which owns its contents.
10
///
11
-/// This key uses the fastest possible implementation available to it for the
12
-/// target platform. It is instantiated with the [`thread_local!`] macro and the
+/// This key uses the fastest implementation available on the target platform.
+/// It is instantiated with the [`thread_local!`] macro and the
13
/// primary method is the [`with`] method, though there are helpers to make
14
/// working with [`Cell`] types easier.
15
0 commit comments