fix wasm unused import in thread local implementation

This commit is contained in:
tyler 2019-05-15 14:35:24 -07:00
parent 9289d03c9d
commit 2c3796172b

View file

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