Skip to content

Commit dfe51a7

Browse files
committed
restructure thread_local! for better codegen (especially on macos)
1 parent 7acfb99 commit dfe51a7

File tree

4 files changed

+195
-106
lines changed

4 files changed

+195
-106
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#![cfg(target_thread_local)]
22
#![unstable(feature = "thread_local_internals", issue = "0")]
33

4-
pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;
4+
pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;

0 commit comments

Comments
 (0)