We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8110e commit be413aeCopy full SHA for be413ae
library/std/src/sys/common/thread_local/mod.rs
@@ -6,7 +6,7 @@ cfg_if::cfg_if! {
6
mod static_local;
7
#[doc(hidden)]
8
pub use static_local::{Key, thread_local_inner};
9
- } else if #[cfg(all(target_thread_local))] {
+ } else if #[cfg(target_thread_local)] {
10
11
mod fast_local;
12
0 commit comments