fix wasm unused import in thread local implementation
This commit is contained in:
parent
9289d03c9d
commit
2c3796172b
1 changed files with 0 additions and 1 deletions
|
|
@ -323,7 +323,6 @@ mod lazy {
|
|||
#[cfg(all(target_arch = "wasm32", not(target_feature = "atomics")))]
|
||||
pub mod statik {
|
||||
use super::lazy::LazyKeyInner;
|
||||
use crate::cell::UnsafeCell;
|
||||
use crate::fmt;
|
||||
|
||||
pub struct Key<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue