Rollup merge of #112558 - eltociear:patch-21, r=thomcc
Fix typo in mod.rs assoicated -> associated
This commit is contained in:
commit
aee8e10a26
@ -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…
x
Reference in New Issue
Block a user