Skip to content

Commit bab7735

Browse files
author
Ulrik Sverdrup
committed
---
yaml --- r: 216878 b: refs/heads/stable c: 098040f h: refs/heads/master v: v3
1 parent d1733cf commit bab7735

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,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 02b8e4e6cf6f3fc3a7d31f348fc82bafa0165e3a
32+
refs/heads/stable: 098040f8fc8a0928bec25382066b5318c63e2a31
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

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