mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +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! {
|
cfg_if::cfg_if! {
|
||||||
if #[cfg(test)] {
|
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.
|
// realstd. Miri relies on this.
|
||||||
pub use realstd::thread::{local_impl, AccessError, LocalKey};
|
pub use realstd::thread::{local_impl, AccessError, LocalKey};
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user