Skip to content

Commit 2c37961

Browse files
committed
fix wasm unused import in thread local implementation
1 parent 9289d03 commit 2c37961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/thread/local.rs

-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ mod lazy {
323323
#[cfg(all(target_arch = "wasm32", not(target_feature = "atomics")))]
324324
pub mod statik {
325325
use super::lazy::LazyKeyInner;
326-
use crate::cell::UnsafeCell;
327326
use crate::fmt;
328327

329328
pub struct Key<T> {

0 commit comments

Comments
 (0)