]> git.lizzy.rs Git - rust.git/blob - library/std/src/sys/windows/thread_local_dtor.rs
Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebank
[rust.git] / library / std / src / sys / windows / thread_local_dtor.rs
1 #![unstable(feature = "thread_local_internals", issue = "none")]
2 #![cfg(target_thread_local)]
3
4 pub use crate::sys_common::thread_local_dtor::register_dtor_fallback as register_dtor;