Skip to content

Commit

Permalink
fix wasm unused import in thread local implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtak- committed May 15, 2019
1 parent 9289d03 commit 2c37961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/thread/local.rs
Expand Up @@ -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> {
Expand Down

0 comments on commit 2c37961

Please sign in to comment.