We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1047ece + 1dde18c commit abd6bb5Copy full SHA for abd6bb5
std/src/thread/mod.rs
@@ -195,7 +195,7 @@ mod local;
195
196
cfg_if::cfg_if! {
197
if #[cfg(test)] {
198
- // Avoid duplicating the global state assoicated with thread-locals between this crate and
+ // Avoid duplicating the global state associated with thread-locals between this crate and
199
// realstd. Miri relies on this.
200
pub use realstd::thread::{local_impl, AccessError, LocalKey};
201
} else {
0 commit comments