You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for thread_local! isn't very usable right now. It should link to the docs for LocalKey. Or maybe some of the docs for LocalKey should be moved to thread_local!.
A similar situation applies to scoped_thread_local!.
The text was updated successfully, but these errors were encountered:
Several Minor API / Reference Documentation Fixes
- Fix a few small errors in the reference.
- Fix paper cuts in the API docs.
Fixesrust-lang#24882Fixesrust-lang#25233Fixesrust-lang#25250
Several Minor API / Reference Documentation Fixes
- Fix a few small errors in the reference.
- Fix paper cuts in the API docs.
Fixesrust-lang#24882Fixesrust-lang#25233Fixesrust-lang#25250
The documentation for
thread_local!
isn't very usable right now. It should link to the docs forLocalKey
. Or maybe some of the docs forLocalKey
should be moved tothread_local!
.A similar situation applies to
scoped_thread_local!
.The text was updated successfully, but these errors were encountered: