Skip to content

Commit 20d4d2d

Browse files
author
Ulrik Sverdrup
committed
---
yaml --- r: 210575 b: refs/heads/try c: 098040f h: refs/heads/master i: 210573: 5f6fe4b 210571: 74f20b5 210567: b93ed5c 210559: a6b45e6 v: v3
1 parent 1f4dee9 commit 20d4d2d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e561f05c00cd180ec02db4ccab2840a4aba93d2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5-
refs/heads/try: 02b8e4e6cf6f3fc3a7d31f348fc82bafa0165e3a
5+
refs/heads/try: 098040f8fc8a0928bec25382066b5318c63e2a31
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/libstd/thread/local.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ pub struct LocalKey<T> {
8585
}
8686

8787
/// Declare a new thread local storage key of type `std::thread::LocalKey`.
88+
///
89+
/// See [LocalKey documentation](thread/struct.LocalKey.html) for more information.
8890
#[macro_export]
8991
#[stable(feature = "rust1", since = "1.0.0")]
9092
#[allow_internal_unstable]

branches/try/src/libstd/thread/scoped_tls.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ pub struct ScopedKey<T> { #[doc(hidden)] pub inner: __impl::KeyInner<T> }
6666
///
6767
/// This macro declares a `static` item on which methods are used to get and
6868
/// set the value stored within.
69+
///
70+
/// See [ScopedKey documentation](thread/struct.ScopedKey.html) for more information.
6971
#[macro_export]
7072
#[allow_internal_unstable]
7173
macro_rules! scoped_thread_local {

0 commit comments

Comments
 (0)