We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7706e8 + 69de7ca commit aee8e10Copy full SHA for aee8e10
library/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