File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
branches/stable/src/libstd/thread Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: 02b8e4e6cf6f3fc3a7d31f348fc82bafa0165e3a
32
+ refs/heads/stable: 098040f8fc8a0928bec25382066b5318c63e2a31
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ pub struct LocalKey<T> {
85
85
}
86
86
87
87
/// Declare a new thread local storage key of type `std::thread::LocalKey`.
88
+ ///
89
+ /// See [LocalKey documentation](thread/struct.LocalKey.html) for more information.
88
90
#[ macro_export]
89
91
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
90
92
#[ allow_internal_unstable]
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ pub struct ScopedKey<T> { #[doc(hidden)] pub inner: __impl::KeyInner<T> }
66
66
///
67
67
/// This macro declares a `static` item on which methods are used to get and
68
68
/// set the value stored within.
69
+ ///
70
+ /// See [ScopedKey documentation](thread/struct.ScopedKey.html) for more information.
69
71
#[ macro_export]
70
72
#[ allow_internal_unstable]
71
73
macro_rules! scoped_thread_local {
You can’t perform that action at this time.
0 commit comments