Skip to content

Commit f921f87

Browse files
author
Ulrik Sverdrup
committed
---
yaml --- r: 206687 b: refs/heads/beta c: 098040f h: refs/heads/master i: 206685: eea7ae4 206683: a58d438 206679: 2af7fab 206671: a5686e3 206655: 93c1506 v: v3
1 parent eb76055 commit f921f87

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
@@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3030
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3131
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
32-
refs/heads/beta: 02b8e4e6cf6f3fc3a7d31f348fc82bafa0165e3a
32+
refs/heads/beta: 098040f8fc8a0928bec25382066b5318c63e2a31
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3535
refs/heads/tmp: 579e31929feff51dcaf8d444648eff8de735f91a

branches/beta/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/beta/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)