Fix typo in mod.rs

assoicated -> associated
This commit is contained in:
Ikko Eltociear Ashimine 2023-06-13 00:09:13 +09:00 committed by GitHub
parent cb882fa998
commit 69de7ca199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {