about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authortyler <tyler@brainiumstudios.com>2019-05-02 22:40:52 -0700
committertyler <tyler@brainiumstudios.com>2019-05-15 07:30:33 -0700
commitdfe51a7249e04431526cf3b4779316aabef53cca (patch)
treef61b125fb8ffde3f25b075afec2032ab8c5931a2 /src/libstd/sys
parent7acfb99adc013d4b77c611cfc51bade551205f5a (diff)
downloadrust-dfe51a7249e04431526cf3b4779316aabef53cca.tar.gz
rust-dfe51a7249e04431526cf3b4779316aabef53cca.zip
restructure thread_local! for better codegen (especially on macos)
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/redox/fast_thread_local.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/redox/fast_thread_local.rs b/src/libstd/sys/redox/fast_thread_local.rs
index 67b92d490b2..05464787a05 100644
--- a/src/libstd/sys/redox/fast_thread_local.rs
+++ b/src/libstd/sys/redox/fast_thread_local.rs
@@ -1,4 +1,4 @@
 #![cfg(target_thread_local)]
 #![unstable(feature = "thread_local_internals", issue = "0")]
 
-pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;
\ No newline at end of file
+pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;