This commit is contained in:
bjorn3
2026-03-10 16:04:12 +00:00
parent c465c7571a
commit 8fc7440cec
+1 -1
View File
@@ -10,7 +10,7 @@
auto_traits,
freeze_impls
)]
#![cfg_attr(not(all(windows, target_env = "gnu")), thread_local)]
#![cfg_attr(not(all(windows, target_env = "gnu")), feature(thread_local))]
#![no_core]
#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]