Fix typo in mod.rs
assoicated -> associated
This commit is contained in:
parent
cb882fa998
commit
69de7ca199
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue