File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed 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