mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
Fix typo in mod.rs
assoicated -> associated
This commit is contained in:
parent
cb882fa998
commit
69de7ca199
@ -195,7 +195,7 @@ mod local;
|
||||
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(test)] {
|
||||
// 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
|
||||
// realstd. Miri relies on this.
|
||||
pub use realstd::thread::{local_impl, AccessError, LocalKey};
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user